Is every new bar volume strarting at 0?

 

Can it happen that Volume[0]!=1 in a everytick mode? I mean is volume just add tick to count like 1,2,3,4, and so on or is it otherway?



Tnkx

 
A bar starts with volume 1 and counts up, yes. There could be exceptions, but that is the rule.
 
Thank you phy, can you provide info when this exceptions occur? Do you have found some corelation to it or it just happens random? Thnx
 

Why don't you write some code to see what happens.

In my experience, volume counts from 1 to whatever.

 

Ok thankx it is not so important i'm just curious.


I use if( Volume[0]==1 ) {... new bar is present do some calcs } i had observed that this is sometimes triggered and sometimes not. That is why my question was born...To me it is logical that the count starts with 1 at the beginning of every bar but obviously there are times when the 1 is just overjumped. I wanted to ask if some relation exist when and why ....what could be the reason to jump to >1 is it broker feed or etc.

 
Don't know. I use change in the time of the current bar to signal a new bar.
Reason: