Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Set Default TradingHours Programatically

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #2
    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

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    169 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    324 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    250 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    352 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    180 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X