Note: On Initialize I have CalculateOnBarClose = true;
Considering that I work with PeriodType.Minute,1 on instrument [1], and PeriodType.Tick,150on instrument[0], my question would be:
Does the system will trade instrument[0] (instantenously, as soon as calculateOnBarClose-1 minute (intrument [1]) generates an order ), or
Will it wait the Bar closing on Instrument[0] (CalculateOnBarClose (tick 150)) for complete the order ?

Comment