EA not placing trades
-
Hi, idk what am I doing wrongly? the EA isn't placing trades when it is suppose to place trades. I backtested it and there's no trades places. it should open sell trade on candle id 0 with conditions met on candle id 1 (https://fxdreema.com/shared/BRr2q7h7d)

-
please see post below and help me out

it places trades only some times but not all the time when conditions are met. what went wrong?
-
okay I was wrong it didn't place trades when conditions met. it should place a buy on candle id 0 with conditions met on candle id 1

-
@deltaaurum Two possible reasons. One is PSAR for sure. When there is a change in PSAR trend detection, the new point plotted on the chart doesn't appear as soon as the new candle is open, but it takes up to 30 seconds. You will need to work on candle ID 1 for sure, not on candle ID 0. The there is the possibility of that custom indicator repainting. If it does, the problem is the same. It cannot be reliable.
-
@l-andorrà thank you for the reply. I got that settled I think. trading on demo now but I have another project that works on backtest but not on demo. here is the link of the project https://fxdreema.com/shared/KICwsic5e
-
@deltaaurum I don't see any problem at first glance. Is this the whole project or just part of it?