{
Print(Bars.GetTime(1) + " no of ticks " + tickcount);
tickcount=0;
}
tickcount=tickcount+1;
my print statement shows 1 tick per bar. however i can see roughly 4k entrie every hour which transulates to 300 ticks per bar.
does the strategy analyser review each saved tick or does it run it only once per bar.

Comment