PureBytes Links
Trading Reference Links
|
Bruce,
OK. Thank you - this enabled me to reproduce the problem.
Will fix it soon.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Bruce H." <bwh@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, July 26, 2002 9:45 AM
Subject: Re: [amibroker] Anyone having problems with 4.07.01 ??
> 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
>
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|