Hi, I've been having fun with zorro, thanks for providing and maintaining it.

Here is some feedback about things I have found:

zorro does not work with the virtual desktop program "dexpot", win 7 , it crashes, only in trade mode, when desktops are switched. I have not found another program which does this so far

I tried zorro on a computer where the time was set incorrectly ( due to bad cmos battery) and it does not work correctly in trade mode, it seems to request history range based on the local time

in documentation:
Quote:
Kaufman Adaptive Moving Average. An exponential moving average adjusted by price volatility, so its time period becomes shorter when volatility is high.

I think period is longer when volatility is high? Might be wrong

in documentation,
Quote:
MinMax(vars Data, int TimePeriod): var
Lowest and highest values and their indices over a specified period. Result in rMin, rMax, rMinIdx, rMaxIdx.

the minmax function does not seem to update the indexes, just the first 2 variables?

Hope this helps