How to wait for a new bar open to place trade ?
-
Like suppose my Conditions to trade were fulfilled in Current bar but I have to wait till it closes and then place trade on next bar as soon as it opens, how to do that. how to configure the logic to wait for a new bar to open then execute the BUY/SELL Trade.
Please Help
-
can you share a project link?
-
Set the candle id to 1. the 1 means last closed candle.
Its in more settings can set it -
Time now==candle time
-
time now == candle time is in conditions ?
-
Get a condition block, time now on left == candle time on right, candles have on open time, but no other