Any help would be much appreciated for the following:
10T chart indicator - Update every tick
Plot1(Average(C,2) ;
Value1 = Value1 + 1 ;
print(Value1) ;
Why can't I get Value1 to increment every tick? It only seems to update at the end of the bar. The print statement and plot update every tick.
I've tried calling a dummy function to increment the counter but that doesn't work either. DLL?
Thanks.
10T chart indicator - Update every tick
Plot1(Average(C,2) ;
Value1 = Value1 + 1 ;
print(Value1) ;
Why can't I get Value1 to increment every tick? It only seems to update at the end of the bar. The print statement and plot update every tick.
I've tried calling a dummy function to increment the counter but that doesn't work either. DLL?
Thanks.