Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy freezing NT

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

    #16
    Ok I sent the file. I have business to attend to, so i will not be able to reply promptly. Leave whatever recommendation you have and I will attempt them as soon as I am able to.

    Thanks for the effort so far.

    Comment


      #17
      trader413, I strongly suspect the while loops you have in your strategy are causing the freeze. Those loops have no exit, thus they are causing an infinite loop, which is why your NinjaTrader is freezing. The EnterShort() is the culprit because the loops aren't started until your position is short.
      AustinNinjaTrader Customer Service

      Comment


        #18
        Any suggestions as to how to fix this ?

        Comment


          #19
          Your while statements should be if statements. You can also consolidate the 3 if (position = flat) statements into a single if. This is more of a general C# coding question than NinjaTrader specific. While loops are generally used when you don't know how long a loop will run for, then once you get what you're looking for, you break out of the loop. 99.9% of NinjaTrader indicators and strategies should not use while loops.
          AustinNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by CarlTrading, 03-31-2026, 09:41 PM
          1 response
          68 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          37 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          62 views
          1 like
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          62 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          53 views
          0 likes
          Last Post CarlTrading  
          Working...
          X