Why does my EA do not work properly when i test it in MT4?
-

EA show on the picture, which including: condition of RSI, CCI, Stockastic oscillator
but it do not make any trading in testor program
Help me to find problem! -
@fxdreema1984 Quick guess .. all 3 conditions have to take place within the same candle .. which for crossing seems to be a bit optimistic.
-
That may be a problem, i'll try to adjust something for EA to easy make a trading on test.
-

i've changed easier condition that show on the picture, even that, EA do not make any trading in the MT4 testor
i don't understand, how the RSI-condition operate, how to use RSI-condition in EA?
pls instruct me, any example is good for me to understance. Thanks alot. -
@fxdreema1984 Check candle ID's. Like this should work.

But first condition usually not needed as the cross condition is only valid when RSI value was lower 30 before.