I am implementing a new break-out strategy. Where """"Multiple pending orders"""" launch exactly at the time of the news (e.g. Retail Sales News). The issue is that, because the trades are multiple, they don't all execute in once second (0.5 seconds for each trade) so only two would have launched in a second. So I am trying now to execute them before the news breakout time then have them trail until its news time, when they are already there.
I have been trying to use the "Trailing Pending Order" block with the "Time Filter" block. I also tried replacing the Time Filter with the "Delay" block but they all don't work. Its either the Pending Orders don't trail (remain where they entered) and get triggered... Or when I use Delay, they don't execute until delay-time is over (only then start executing at 0.5 seconds each trade).
How do I execute all Pending orders in advance and then have them """"trail""" (not get triggered) until a certain time period ?