In Strategy Analyzer, under "Time frame" there is a setting called "Trading hours" which is typically set to "<Use instrument settings>" by default. I would like to have certain strategies default to "US Equities RTH". Is there a way to programatically change this default value within the strategy NinjaScript code? Defaults for other values such as Slippage, OrderFillResolution and IncludeCommission can be changed quite easily, but I'm not sure how to refer to the correct TradingHours type.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Set Default TradingHours Programatically
Collapse
X
-
Set Default TradingHours Programatically
Hi,
In Strategy Analyzer, under "Time frame" there is a setting called "Trading hours" which is typically set to "<Use instrument settings>" by default. I would like to have certain strategies default to "US Equities RTH". Is there a way to programatically change this default value within the strategy NinjaScript code? Defaults for other values such as Slippage, OrderFillResolution and IncludeCommission can be changed quite easily, but I'm not sure how to refer to the correct TradingHours type.Tags: None
-
Hello wuileng,
Thanks for your post.
There are no means to change the trading hours of an existing data series. An existing data series would be a chart or the data series you specify in the strategy analyzer. The strategy adopts the trading hours of the data series, not the other way around.
If you are Adding a data series in your script, there are cases where you can specify the trading hours to use for that data series, please see AddDataSeries for further details: https://ninjatrader.com/support/help...dataseries.htm
You can use Time filters within your code to provide RTH boundaries. :Please see example here: https://ninjatrader.com/support/help...to_limit_t.htm
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
161 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
308 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
349 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment