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 kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        101 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        94 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        72 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        90 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        68 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X