can mql5 generate intrabar order with multi data

 

my strategy is triggered when macd on 2 time interval is aligned, say 5min and 15min. i.e. after 5min bar close but during the intrabar of 15min, could mql5 do this ? or must wait until both bars r closed?

 
lin310:

my strategy is triggered when macd on 2 time interval is aligned, say 5min and 15min. i.e. after 5min bar close but during the intrabar of 15min, could mql5 do this ? or must wait until both bars r closed?

ofcourse you can track any time period using mql5 on your EA.

 
Rajesh Kumar Nait #:

ofcourse you can track any time period using mql5 on your EA.

sorry i should phrase my question as :   could mql5 send order intrabar without waiting for higher interval (15min) bar to close? 
 
lin310 #: sorry i should phrase my question as :   could mql5 send order intrabar without waiting for higher interval (15min) bar to close? 
Yes, it can send the order at any time you wish during the trading session.
 
It will never wait until the bar is closed unless you have forced one bar of confirmation. The reason for this is because the close price on the current bar is always active, it is always changing in pips. The close price doesn't just appear when bar is closed, it is always active.