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 charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    59 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    143 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    161 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    97 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    276 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X