hello
can somebody fix this indicator by mladen ? it throws and ''array out of range'' when dropped on a chart, at line
for (int k=1; Time[startOfThisBar-k]>0 && Time[startOfThisBar-k]<=endTime; k++)
but it compiles fine with the new compiler and #property strict. I just want it to be working with the strict compilation.