Page 11 of 131

Re: the trend

Posted: Wed May 03, 2017 9:30 am
by traderduke
mrtool
Is there any chance you can get the trend buffer to continue reflecting 1 or -1 after its corresponding arrow and until the next arrow change ?

thank You
Ray
mrtools wrote: Thu Mar 02, 2017 2:25 pm Stochjastic of T3 with separate window arrows and alerts on stoch/signal cross.

 

Re: the trend

Posted: Wed May 03, 2017 9:43 am
by mladen
traderduke wrote: Wed May 03, 2017 9:30 am mrtool
Is there any chance you can get the trend buffer to continue reflecting 1 or -1 after its corresponding arrow and until the next arrow change ?

thank You
Ray
Ray

See line 149 :

Code: Select all

         trend[i]   = trend[i+1];

It already does that

Re: Stochastic indicator(s)

Posted: Tue May 09, 2017 11:48 pm
by TEAMTRADER
I have looked, but not found, a stochastics indicator that signals when the two pre-chosen levels are cross both up (for a buy signal) and down (for a sell signal). Therefore if level 34 were broken up it would signal an arrow signal up and if the same level 34 were broken down, it would signal and arrow signal down.
Similar signal for the upper 66 level.
Thanks
TEAMTRADER

Re: Stochastic indicator(s)

Posted: Wed May 10, 2017 5:15 am
by mladen
TEAMTRADER wrote: Tue May 09, 2017 11:48 pm I have looked, but not found, a stochastics indicator that signals when the two pre-chosen levels are cross both up (for a buy signal) and down (for a sell signal). Therefore if level 34 were broken up it would signal an arrow signal up and if the same level 34 were broken down, it would signal and arrow signal down.
Similar signal for the upper 66 level.
Thanks
TEAMTRADER
Wouldn't that be the same as when the lower level is crossed up or higher level is crossed down?

Re: Stochastic indicator(s)

Posted: Wed May 10, 2017 7:00 am
by TEAMTRADER
mladen wrote: Wed May 10, 2017 5:15 am Wouldn't that be the same as when the lower level is crossed up or higher level is crossed down?
No, the two levels are buy and sell signals when either of them are broken up or broken down.
The normal Stochs level indicator just gives a buy signal when crossing below the lower level and a sell signal when crossing above the upper level. The reality is that when the chart is in a trend, the stochs stays below the lower level and above the upper level. This is what I am trying to achieve with this indicator.
Thanks
TEAMTRADER

Re: Stochastic indicator(s)

Posted: Wed May 10, 2017 11:51 am
by mntiwana
Depends on traders choice/mood/strategy requirement
some use signal line cross,some using 50 level line cross,some those applying short periods using less than 50 (aggressive) for buy,some those using long periods needs a different level

Re: Stochastic indicator(s)

Posted: Thu May 11, 2017 1:04 pm
by mrtools
TEAMTRADER wrote: Wed May 10, 2017 7:00 am No, the two levels are buy and sell signals when either of them are broken up or broken down.
The normal Stochs level indicator just gives a buy signal when crossing below the lower level and a sell signal when crossing above the upper level. The reality is that when the chart is in a trend, the stochs stays below the lower level and above the upper level. This is what I am trying to achieve with this indicator.
Thanks
TEAMTRADER
TEAMTRADER, think this one maybe close to what your looking for.

Re: Stochastic indicator(s)

Posted: Thu May 11, 2017 2:20 pm
by mntiwana
Hi experts
Since long no upgrade regarding "Stochastic of HA"
in illustration picture the lowest one sw - pink line (singular color) is stoch ha line crossing 2nd state "nrp stoch" (dual coloring) - and like zone the 3rd state stoch is "Stoch HAMA histo" - and "stoch of HAMA (blue line) 4th state in same window
regards
a little contribution from our old friend "airquest" corrected upgraded by MRTOOLS

Re: Stochastic indicator(s)

Posted: Thu May 11, 2017 10:18 pm
by TEAMTRADER
mrtools wrote: Thu May 11, 2017 1:04 pm TEAMTRADER, think this one maybe close to what your looking for.
Thanks - I've adapted it and it works fine.
TEAMTRADER

Re: Stochastic indicator(s)

Posted: Fri May 12, 2017 8:28 pm
by AmirDehghani
Dear All

This Indicator is Very Nice & Accurate . Is there any Alarmed one ?

Thanks a Lot