Add Delay to command for MT5

Hi

I see you have done this for crypto platforms.

Please can you do it for MT5 (using the EA) too. I will need more than 5 seconds though. Possibly 1-5 minutes (TBC).

Background:

My code uses the NYSE data instead of the broker data because there is more of it. I only use the broker data for stop loss positions. However I think the NYSE is opening before my broker and when alerts fire on the session open, I’m concerned they wont be processed. Alerts happen often on session open when the market gaps and causes my rules to be met all of a sudden, including close rules. If close alert are missed I could end up with losses instead of wins. If Open alerts are missed I would potentially miss wins that make up for losses. So it’s a major problem.

If the EA doesn’t wait for the broke to open, could it be made to do so, leaving the signals in a queue until it does (first choice)?

Or is there a way I can specify a delay in the alert like with your crypto functionality (second choice)? I’ve read this is possible with some solutions out there.

Thanks for your help.