my indicator stochastic not shown di tester mt4
-
i have problem with custom indicator stochastic over bought over sell
can i open buy with color buffer ?
or open buy in 80 levels
and sell in 20 levels
and why this indicator not shown in strategy tester mt4 ? -

-
@loundhez For me works fine
Any message errors in the journal?
Did you put the indicator in the MetaTrader "Indicators" folder?
-
@ambrogio thx ..works perfectly
-
can i order by buffer color ?
https://fxdreema.com/shared/2pMVQBHKc -
@loundhez your indicator does not "appear" but is always drawn, you have to work with layers (e.g. buffer 4 cross above 80 value or cross below 80 value, depends on your strategy) (or one buffer crosses the other, I don't know how this indicator works)
if you want to see your indicator in action you can do it in the tester (indicator)
-
@ambrogio yes,.,,its works..
now my question,,can i BUY/SELL with buffer color ?

-
@loundhez No, you can't. You can use buffers with values in a "condition" block. This is an example

Step by step, and keep the trailing stop separate from the other blocks
-
ok great..thx a lot