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
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ScottWalsh, Today, 06:52 PM
    3 responses
    17 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by trilliantrader, Today, 03:01 PM
    2 responses
    17 views
    0 likes
    Last Post helpwanted  
    Started by cre8able, Today, 07:24 PM
    0 responses
    1 view
    0 likes
    Last Post cre8able  
    Started by Haiasi, Today, 06:53 PM
    1 response
    4 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by ScottW, Today, 06:09 PM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X