Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Exit on Close Question
Collapse
X
-
Thanks for the reply. Just to be sure I understand. If I'm using a very large period range bar, the bar may be open for 2-3 hours. COBC= false. In real time (non backtest), will the position close X seconds prior to the session close with a large period interval like this? I need to run it in replay to see what's going on. Does the strategy code effect the ExitOnClose functionality or is it completely independent? Thank you.
-
Patrick,
Thanks for the clarification. Can you point me to where I can find where I set the exit prior to close time for back testing, Optimization and WFO. I only see a place to select the time on the strategy parameters box when attaching a strategy to a chart.
Thanks,
GuppDRV
Comment
-
Hello dirkdiggler,
Thank you for your response.
In real-time with CalculateOnBarClose = False, the order to close the position will be submitted once X seconds before the session close is reached.If I'm using a very large period range bar, the bar may be open for 2-3 hours. COBC= false. In real time (non backtest), will the position close X seconds prior to the session close with a large period interval like this?
If the Strategy code sets a specific value for ExitOnClose or ExitOnCloseSeconds, you will need to be aware of that. Any changes you make in the Strategy menu will overwrite the defaults.I need to run it in replay to see what's going on. Does the strategy code effect the ExitOnClose functionality or is it completely independent?
Comment
-
GuppyDRV,
You would not set it in the UI for backtests. ExitOnCloseSeconds would be set in code: http://ninjatrader.com/support/helpG...oseseconds.htmThanks for the clarification. Can you point me to where I can find where I set the exit prior to close time for back testing, Optimization and WFO. I only see a place to select the time on the strategy parameters box when attaching a strategy to a chart.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
83 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
47 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment