Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MWArray debug problems

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

    MWArray debug problems

    Dear,

    From the moment I include MWArray from the MWArray.dll external namespace in my code, my code won't debug (visual studio) and just stops working.

    In the manual it is said to locate all external references to ...NinjaTrader 7\bin\Custom, but when I refer to MWArray.dll in this location it errors while linking to the Matlab folder location seems to be ok. On the forum another guy experienced the same problem and suggests using the Matlab folder, that is what I did.

    I have no compiling errors in Ninjascript.

    MWArray[] n_trades = new MWNumericArray[]{new double[,]{{9},{8},{4},{5}}};

    MWArray[] argsout = new MWArray[]{};
    Kate5_1class test = new Kate5_1class();
    test.KATE5_1(2, ref argsout, n_trades);

    The code works on it self (in Visual Studio) and jams in Ninjascript from the moment MWArray (or others from the namespace) is used.

    #2
    Hello MichaelBruce,
    To assist you further can you please send the dll and a toy NinjaScript code* replicating the behavior to support[AT]ninjatrader[DOT]com

    Please append Attn:Joydeep in the subject line of the email and give a reference of this thread in the body of the email.

    I look forward to assisting you further.

    *The "toy" just means something that is a stripped down version that isn't necessarily the whole logic. It makes things easier to rout out.
    JoydeepNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

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