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 CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          28 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 05-10-2026, 08:12 PM
          0 responses
          20 views
          0 likes
          Last Post CarlTrading  
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          183 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Started by CaptainJack, 04-24-2026, 11:07 PM
          0 responses
          336 views
          0 likes
          Last Post CaptainJack  
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          260 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X