|
Glyndon, Maryland, USA
Experience: Advanced
Platform: TOS
Trading: options
Posts: 24 since Sep 2010
Thanks Given: 6
Thanks Received: 49
|
Here's the rudimentary off the top of my head version, modify to suit.
rec barct = if isnan(barct[1]) or barct[1] < 1 then 1 else if barct[1] > 0 then barct[1] + 1;
addchartlabel(yes, concat("barcount = ", barct), color.PLUM);
|