Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

How to clear Output Window on each new bar

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

    How to clear Output Window on each new bar

    Hi everyone

    I have an indicator with:
    Code:
    if (CurrentBar < Count - 2)
                    return;
    This prints data to the Output Window and works well.

    But I'm wondering if there's a way of using code to clear the Output Window so all I see is the data for each new bar and nothing relating to previous bars.

    Thanks in advance for any advice.

    #2
    Originally posted by arbuthnot View Post
    Hi everyone

    I have an indicator with:
    Code:
    if (CurrentBar < Count - 2)
                    return;
    This prints data to the Output Window and works well.

    But I'm wondering if there's a way of using code to clear the Output Window so all I see is the data for each new bar and nothing relating to previous bars.

    Thanks in advance for any advice.
    ClearOutputWindow(). Unsurprisingly?
    Last edited by koganam; 10-03-2014, 10:11 AM.

    Comment


      #3
      ClearOutputWindow(). What else?
      Thanks as always, Koganam.

      It's almost too obvious!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CortexZenUSA, Today, 12:53 AM
      0 responses
      1 view
      0 likes
      Last Post CortexZenUSA  
      Started by CortexZenUSA, Today, 12:46 AM
      0 responses
      1 view
      0 likes
      Last Post CortexZenUSA  
      Started by usazencortex, Today, 12:43 AM
      0 responses
      5 views
      0 likes
      Last Post usazencortex  
      Started by sidlercom80, 10-28-2023, 08:49 AM
      168 responses
      2,265 views
      0 likes
      Last Post sidlercom80  
      Started by Barry Milan, Yesterday, 10:35 PM
      3 responses
      12 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Working...
      X