PDA

View Full Version : Cancelling orders


NinjaTrader_Ray
03-29-2007, 02:01 AM
When calling Enter() or Exit() methods to submit an order, such as EnterLimit(Bars.CurrentBid), an order is submitted live and is valid for the duration of the bar it was submitted on.

It is automatically cancelled on the close of the bar if not re-submitted.

Ray