Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 cmtjoancolmenero, Yesterday, 03:58 PM
    3 responses
    23 views
    0 likes
    Last Post cmtjoancolmenero  
    Started by Brevo, Today, 01:45 AM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by rjbtrade1, 11-30-2023, 04:38 PM
    2 responses
    72 views
    0 likes
    Last Post DavidHP
    by DavidHP
     
    Started by suroot, 04-10-2017, 02:18 AM
    5 responses
    3,021 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by Stanfillirenfro, Today, 07:23 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X