mazachan
09-21-2007, 02:04 PM
When you have the session end time set to something like 3:00PM and you close out orders 30 seconds prior to 3:00PM, is the strategy still running until 3:00PM, so that if something triggers in within that 30 seconds, you will have an open order?
NinjaTrader_Ray
09-21-2007, 02:23 PM
Yes, your script will process until a tick comes in that is greater than 3 00 PM, so you can haven an open order.
If you use ExitOnClose and set it for 30 seconds prior, NT internally will NOT execute any more orders to open a position after ExitOnClose is triggered.