
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi mladen,
Can you please put an arrow on chart for this indicator. Or it there was already; please direct me to the link.
Thanks much
Paul
This is double smoothed stochastic of rsx.
I mean this one DSS of Rsx
Thanks,
I mean this one DSS of Rsx Thanks,
Tamaraofx,
Added the arrows.
Всем доброго дня! и с Наступающим Новым годом!
сделайте пожалуйста, к этому индикатору DSS of Rsx. + TimeFrame.
Спасибо.
Да. Спасибо большое!!
LOL
shtopr may be you can write some english words even if it's not your language (as me)
Thanks for him Mladen
Zilliq
Double smoothed stochastic that uses price filtered by average in calculation instead of raw price. Coloring possible on the slope of dss as well on the state compared to signal line. To turn of the price filtering, set the MaPeriod to 1 (in which case it beocomes a regular DSS). Some experimenting for a ma period is advised PS: from my experience, dss works best on higher time frames (1 hour and higher)
Hi mladen,
Do you have a version with arrows on chart? Also, please give me buy/sell code for those arrows.
Thanks in advance,
Paul
Hi mladen,
Do you have a version with arrows on chart? Also, please give me buy/sell code for those arrows.
Thanks in advance,
PaulPaul
Try using this for the code (no need for arrows)
double ptrend = iCustom(NULL,0,"DSS of MA",StochasticLength,SmoothEMA,SignalEMA,MaPeriod,MaPrice,ChangeOnDirectionChange,4,2);
if (ctrend!=ptrend)
{
if (ctrend) == 1) // buy code
if (ctrend) == -1) // sell code
}
this is a great indicator needs to be in ones indicators arsenal
ADX Stochastic
Combination of adx and stochastic in a same window