can anyone tell me why my EA not working?
-
this is my kumo breakout EA:
https://fxdreema.com/shared/l77ntGu9ewhen i want to test strategy, no buy or sell position created in mt4!
please check and help
-
-
I don't think this logic works, candle close is only on candle ID 1 or above since candle 0 is a live candle it does not have a close. Maybe change it to candle ID1 or the current price >

-
@mojapi Thanks
-
@Ipod Thank you
-
@felix2828 i tried that. but still not working

-
@Ipod i tried that. but still not working

-
Make a new replica of your code and try only with 1 condition first.
If it works add second.Just look in strategy tester if trades are opened then you can differentiate which condition block cause the errors.
-
@mojapi Take a look at Chikou Span because the line is always beyond the number of candles set in the Kijun-sen indicator inputs.

-
Sorry, but i havent used Ichimoku a lot, or good experience with it.
Am fairly new to FXdreema as well.
-
@mojapi so the condition for Chikou span should be on candle ID 26
