Ichimoku EA not placing trades in backtest
-
all conditions met but EA not places trades. what am I doing wrong? picture for condition reference. ichimoku

-
@deltaaurum All blocks are ok, reduce the number and get working, then add another condition, keep doing this until you know which one is causing the trouble.
-
@jstap Hi, I found out the issue, its the chikou span line. I tried to put chikou span line above candle and also tried to put chikou span line above the sumo cloud but it doesn't work. how can I mitigate this?
-
@jstap it has to be above the cloud for buy and below the candle for sell but it doesn't work when I tried it
-
@jstap the other issue that causes the EA to not work is the cloud. senkou A has to be above senkou B for buy and opposite for sell. hmm
-
@deltaaurum Set up a small project just working wit one of the conditions that's not working, If still not working ask here and report to the admin.
-
@jstap alright. thank you. how do I let admin know if it still doesn't work?
-
@jstap alright I have set up a project individually for both conditions where chikou span has to be above cloud for buy and below candle for sell. it doesn't work. the other condition for the cloud doesn't work either
-
@deltaaurum @fxDreema will alert him, or the contact is on the main page.
-
@jstap @fxDreema chikou span doesn't work on its on either (https://fxdreema.com/shared/og6IvsABd)
-
@fxDreema senkou cloud has issues too. it would only open trades after a few candles although I set it at candle id 1 (https://fxdreema.com/shared/ZnnSza9Dd)
-
@jstap do you have any idea how I can make chikou span to be above or equal to price for buy and below or equal to price for sell?