I'm having my entry limit orders cancelled if not filled on current bar and I have found a lot of posts on isLiveUntilCancelled bool. Please assist a non-coder and point to where that command should be inserted. I understand it should be set to true to prevent order cancellation. Below is my order entry line.. I've unlocked the strategy and ready to change the code. Where and how should isLiveUntilCancelled used?
EnterShortLimit(Convert.ToInt32(Contracts), (Close[0]+(44*TickSize)), @"short");
Thank you so much

Comment