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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        102 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        144 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X