Once per bar and rollover
-
Can anyone please assist me with the alternative for " Once per bar", Im facing a challenge that my EA opens positions right at 00:00 which is the rollover time so once the order is send the EA will not send again any order because of Once per bar. Please assist me.
-
@johnson-mutisi You need a no trade block, this will stop any blocks beneath it activating once a trade has been opened.
-
@jstap Below are my blocks, where must I position a no trade block
-
@johnson-mutisi I would remove the once per bar block because no trade will limit the amount of trades, I would also make every tree separate, if only one buy or sell is required I would do once I knew everything else is working.

-
@jstap Thanks a lot