Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Output window losses scroll bars

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

    #16
    Graham,

    Issue is because you have this in your Initialize().

    ClearOutputWindow();

    I suggest you put that into the OnStartUp() method instead.
    Josh P.NinjaTrader Customer Service

    Comment


      #17
      Hi Josh,

      I moved the 'ClearOutputWindow();' to a new function OnStartUp() and it made no difference.

      Does it matter where the OnStartUp() is within the code?

      Do you get the same error as I reported earlier, can you change the code you have to see it is just a problem on my side?

      Graham.

      Comment


        #18
        I do not get any errors on my end. Please try completely removing the ClearOutputWindow() line completely then. I suspect you may be initiating another run through your strategy (which can be the case as you click on different Strategy Analyzer results) and then it ends up clearing your output window.
        Josh P.NinjaTrader Customer Service

        Comment


          #19
          Josh,

          The problem was that the call ClearOutputWindow(); was called twice, in two functions

          Once I removed the second reference all works fine.

          Thanks for your help in this matter.

          Graham.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by CaptainJack, 05-29-2026, 05:09 AM
          0 responses
          213 views
          0 likes
          Last Post CaptainJack  
          Started by CaptainJack, 05-29-2026, 12:02 AM
          0 responses
          127 views
          0 likes
          Last Post CaptainJack  
          Started by charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          145 views
          0 likes
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          229 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          190 views
          0 likes
          Last Post CarlTrading  
          Working...
          X