[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Using LastValue() in Interpretation window



PureBytes Links

Trading Reference Links

Herman,

LastValue in commentary and interpretation window works so that it gives
"selected" value. This behaviour is by design.
I was considering changing this now but due to the fact that many commentary
formulas depend on this behaviour this will be kept unchanged.

But in upcoming release 4.07, Lastvalue function will feature additional (optional)
parameter that will allow you to force using real last bar instead of selected one
in commentary and interpretation windows.

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Herman van den Bergen" <psytek@xxxx>
To: "Amibroker@xxxx Com" <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, July 23, 2002 8:30 PM
Subject: [amibroker] Using LastValue() in Interpretation window


> Would anybody know how to display the final equity (from backtest) in the
> Interpretation window without putting the cursor on the last bar? I tried
> this but I always get the equity at the current cursor position for the
> LastValue...
> 
> //--Indicator-End--
> "System #1 equity: $" + WriteVal(E1,10.2) + " Max: " +
> WriteVal(LastValue(E1));
> 
> Many thanks,
> Herman.
> 
> 
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>