BarNumber only counting from bar #7

Questions about MultiCharts and user contributed studies.
Automeq
Posts: 108
Joined: 16 Apr 2014
Has thanked: 15 times
Been thanked: 1 time

BarNumber only counting from bar #7

Postby Automeq » 27 Jun 2018

I created an indicator called BarNumber with just the following code:

Code: Select all

plot1(BarNumber)
However in the chart it only starts counting after 7 bars. Why is that ?
bar.png
(108.93 KiB) Downloaded 270 times

User avatar
Smoky
Posts: 517
Joined: 03 Dec 2010
Location: Thailand
Has thanked: 99 times
Been thanked: 121 times

Re: BarNumber only counting from bar #7

Postby Smoky » 27 Jun 2018

try to use Symbol_CurrentBar to have symbol bar number without maxbarback offset maybe ...


Return to “MultiCharts”