Login Page - Create Account

Support Board


Date/Time: Mon, 02 Mar 2026 23:57:34 +0000



Post From: Bar Numbering Indicator

[2026-02-05 20:17:36]
rondawes - Posts: 50
Sawtooth, thanks very much for that. With your formula as a guide, I figured out a way to make it only plot every other bar (odd bars) to reduce the clutter a bit.

=IF(OR(BARTIME=TIME(8,30,0),BARTIME=TIME(17,00,0)),1,IF(MOD(ID19.SG1[-1]+1,2)=0,0,ID19.SG1[-2]+2))

and set Draw Zero Values to No. I draw them at the bottom of the bar instead of the top, just personal preference.