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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    67 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    36 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    60 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    62 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X