I have an indicator with:
if (CurrentBar < Count - 2)
return;
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.

Comment