is the only way to determine how many ticks have occured in a tick chart, to count the number of calls to main in the function?
e.g. I have a 600 tick chart and want to know how many ticks have occured. Will I get 600 calls to my main on this chart by the time the bar completes? Is there another function that returns the number of ticks so far?
Thanks,
Bernie
e.g. I have a 600 tick chart and want to know how many ticks have occured. Will I get 600 calls to my main on this chart by the time the bar completes? Is there another function that returns the number of ticks so far?
Thanks,
Bernie
Comment