please guide on trade on candle close
-
please guide
i want to add condition that trade only on candle close... i have made the EA but its trading before candle close... -
Just a thought, why not execute the trade on the next candle open? The next candle opens as the previous candle closes so it's the same thing.
-
yes thats the same things.... but how to put this condition that EA should wait next bar open for a trade....
-
 -
@jazzybhai Yes, you need to use a 'Once per bar' block on top fo your block tree and then configure all operands of all your condition blocks forn candle ID 1.
-
ok much thanx bro
-
@jazzybhai You're welcome.