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 mmckinnm, Today, 01:34 PM
    1 response
    4 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by Conceptzx, 10-11-2022, 06:38 AM
    3 responses
    60 views
    0 likes
    Last Post NinjaTrader_SeanH  
    Started by f.saeidi, Today, 01:32 PM
    1 response
    2 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by traderqz, Today, 12:06 AM
    9 responses
    16 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by kevinenergy, 02-17-2023, 12:42 PM
    117 responses
    2,766 views
    1 like
    Last Post jculp
    by jculp
     
    Working...
    X