Hello Mladen, please can you code this indicator in mql4?
Thanks.
Hello Mladen!
Codes
double fastStoch = (max!=min) ? (fastEma-min)/(max-min) : 0;
double
slowStoch = (max!=min) ? (slowEma-min)/(max-min) : 0;
val[i] = 100.0*(fastStoch-slowStoch);
and
val[i] = 100.0*((max!=min) ? (fastEma-slowEma)/(max-min) : 0);
identical?
Thanks.
hello MLaden,thanks for your incredible work.
its posible to you,to add alerts to this indicator and arrows?
Hope to ear from you.
BR
I have tried to use this indicator in an EA but failed to make it work.
The indicator doesn't display on the chart during backtesting.
Can the developer please share the buffers for buy and sell signals if any!?
I shall be grateful for the support. Thank you

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Stochastic MACD:
Stochastic MACD
Author: Mladen Rakic