Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Multi-Instruments question...

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

    Multi-Instruments question...

    Hello,
    I am using this code to access a secondary instrument: AddDataSeries("MES 09-19", Data.BarsPeriodType.Minute, 1, Data.MarketDataType.Last);
    My strategy is running on primary instrument "ES" but my orders are being executed in "MES".

    Is there a way to replace "MES 09-19" for a variable?
    My idea is to have this as an input with a drop-down box where I can select the instrument I want.

    Usually we have this "field" for the inputs.
    [NinjaScriptProperty]
    [Range(1, int.MaxValue)]
    [Display(Name="Test", Order=1, GroupName="Parameters")]
    public int Test
    { get; set; }

    How to properly code for a instrument selection?

    Thanks in advance,
    Allan

    #2
    Hello Velhinho,

    Welcome to the NinjaTrader Forums!

    Unfortunately, it is not supported to use variables with AddDataSeries().

    From the help guide:
    "Arguments supplied to AddDataSeries() should be hardcoded and NOT dependent on run-time variables which cannot be reliably obtained during State.Configure (e.g., Instrument, Bars, or user input). Attempting to add a data series dynamically is NOT guaranteed and therefore should be avoided. Trying to load bars dynamically may result in an error similar to: Unable to load bars series. Your NinjaScript may be trying to use an additional data series dynamically in an unsupported manner."
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Jimmyk, 01-26-2018, 05:19 AM
    6 responses
    834 views
    0 likes
    Last Post emuns
    by emuns
     
    Started by jxs_xrj, 01-12-2020, 09:49 AM
    6 responses
    3,290 views
    1 like
    Last Post jgualdronc  
    Started by Touch-Ups, Today, 10:36 AM
    0 responses
    10 views
    0 likes
    Last Post Touch-Ups  
    Started by geddyisodin, 04-25-2024, 05:20 AM
    11 responses
    62 views
    0 likes
    Last Post halgo_boulder  
    Started by Option Whisperer, Today, 09:55 AM
    0 responses
    8 views
    0 likes
    Last Post Option Whisperer  
    Working...
    X