Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

multidimensional arrays

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

    multidimensional arrays

    Hello .
    I have a problem with multidimensional arrays

    I created an indicator with this multidimensional array:
    public double[ , ] Candles1 = new double[2,1000] ;
    and the indicator works fine in all aspects.
    when I tried to include it in an Strategy ( I did it several times before)
    1. Compiles everything well.
    2. when I try to start the strategy in the chart. Ninjatrader, shows the Message attached, saying that "... Multidimensional Arrays are not supported"

    any Suggestion will be appreciated.
    Attached Files

    #2
    Hello juglar,

    Thank you for your post.

    Please try a fresh database. Following the instructions below will allow to create a new database and save your current database.
    • Shutdown NinjaTrader and Go to the Start Menu
    • Select My Documents--> NinjaTrader 7--> DB--> NinjaTrader.SDF.
    • Right click on NinjaTrader.SDF and select "Rename." *Name it "OLDNinjaTrader.SDF."
    • Then restart the software and NinjaTrader will create a fresh database file to use

    If the error continues can you advise if you are passing the multidimensional array as public variable? Also please attach any relevant code to the multidimensional array.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    633 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    364 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    567 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    568 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X