EnterLongLimit(1, false, 5, Close[0] - 3 * TickSize, "BuyLmt1");
Assumption: false for liveUntilCancelled will cancel the order (if not filled) when the bar it was submitted to closes.?
With the above order being called from the primary BarsInProgress, but sent to the seconday BarsInProgress, will the order cancel at the close of the primary or secondary BarsInProgress timeframe?

Comment