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 CarlTrading, Yesterday, 11:51 AM
        0 responses
        17 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, Yesterday, 11:48 AM
        0 responses
        21 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-25-2026, 09:53 PM
        0 responses
        17 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 03-25-2026, 09:51 PM
        0 responses
        13 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 03-23-2026, 11:13 AM
        0 responses
        20 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X