Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Loving and hate.

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

    Loving and hate.

    I realy think that NT is a wonderful product, It's just unstabil, some times backtesting works ,some times it don't, it's frustrering.
    I just modified a strategie, working fine when the code in not unlocked,
    and then I unlock it at use steam.io to write to a fine, it compiles fine, but then running backtesting, and no result come back!!!.
    I think something that could be good for NT, is Step by Step line debug, or else I have no idea what is not working.
    Ahhhhhhhhhhhhhh, frustrering.

    but all together I realy love your product, just wishes it was more stabile.
    Crunchy

    #2
    Feks, this compile fine:

    using system.io;

    privatevoid Write2File(string msg, string filePath)
    {
    FileStream fs =
    new FileStream(filePath, FileMode.Append);
    StreamWriter sw =
    new StreamWriter(fs);
    sw.WriteLine(msg);
    sw.Flush();
    sw.Close();
    fs.Close();
    }


    Crunchy

    Comment


      #3
      Thanks for the input and feedback crunchy - we're always looking to improve NinjaTrader as well it's stability and performance.

      When you compile each error is listed on the bottom, simply doubleclick on it to see the code line raising the issue, maybe also this tip can help - http://www.ninjatrader-support2.com/...ead.php?t=3418

      This one here will help you tracking run time errors and exceptions better - http://www.ninjatrader-support2.com/...ead.php?t=9825

      Comment


        #4
        Thanks alot guys,
        you are great :-)

        Crunchy

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        25 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        115 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        69 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        226 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        411 views
        0 likes
        Last Post CaptainJack  
        Working...
        X