PureBytes Links
Trading Reference Links
|
Tomasz & others..
Its appears the problem,(after much experimenting...), occurs when I have an
equity curve displayed for the following test..
ShtPer=Optimize("Sht",13,1,20,2);
LngPer=Optimize("Lng",25,21,60,2);
b1=0;
s1=2;
X=MA(C,ShtPer);
Y=MA(C,lngPer);
Sig=(X-Y)/X;
Buy=Cross(Sig,b1);
Sell=Cross(s1,Sig);
Buy=ExRem(Buy,Sell);
Sell=ExRem(Sell,Buy);
I generate a set of result, press the Equity button in the AA window, and
then try scrolling leftwards..
This is what generates the error. If I close the Equity window, then no
error message..
Hope this shed some light on things..
Bruce
Perth, Australia
|