Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi-Instrument, Initialization

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

    Multi-Instrument, Initialization

    1. Am making a Multi-instrument strategy, to basically Alert me upon certain conditions (but not actually make trades).
    This works fine (compiles, runs, gives alerts) UNLESS, I add any currencies, ie :
    //Add("EURUSD", PeriodType.Range, 4); // 4
    //Add("GBPUSD", PeriodType.Range, 4); // 4
    //Add("USDCHF", PeriodType.Range, 4); // 4
    If any of the above are un-commented, then when I try to add any strategies (from ControlCenter/Strategies/NewStrategy)
    the entire popup window to add-strategy is empty. If I re-comment the instrument, it is again available to run.

    2. Also on the multi-instrument strategy; all my Add(instrument)s are done with Range bars. If I've
    stopped/edited/recompiled/restarted the strategy, can it somehow get access to the range bars which -precede- the
    restart? I know the data is available, since I'm watching it on Charts with range bars.

    3. Initialization question - when I do 'Strategies/<right-click>/NewStrategy', it looks like the Initialization function for < All strategies I've ever written> get run, rather than just the init function for the strategy I'm adding getting run. Is this the expected behavior?

    Thanks,
    Bruce.

    #2
    Forex instruments require $.

    $EURUSD

    2. I am not sure what you mean. As you restart your strategy it recalculates from the beginning of your data.

    3. Yes, Initialize() triggers for all strategies.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    647 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    368 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    571 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X