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 selu72, Today, 02:01 PM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_Zachary  
      Started by WHICKED, Today, 02:02 PM
      2 responses
      11 views
      0 likes
      Last Post WHICKED
      by WHICKED
       
      Started by f.saeidi, Today, 12:14 PM
      8 responses
      21 views
      0 likes
      Last Post f.saeidi  
      Started by Mikey_, 03-23-2024, 05:59 PM
      3 responses
      51 views
      0 likes
      Last Post Sam2515
      by Sam2515
       
      Started by Russ Moreland, Today, 12:54 PM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_Erick  
      Working...
      X