Change this line:
_N(Title = StrFormat("{{NAME}}
- {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H,
L, C, SelectedValue( ROC( C,
1 ) ) ));
to:
_N(Title = StrFormat("{{NAME}}
- {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.g) {{VALUES}}", O, H,
L, C, SelectedValue( C - Ref( C, -1 )
) ));
Best regards, Tomasz Janeczko amibroker.com
----- Original Message -----
Sent: Friday, April 14, 2006 5:38
AM
Subject: [amibroker] Price gain of the
day in the top of the chart.
How can I change the price gain of the day in true value instead of %
SetChartOptions (0,chartShowArrows|chartShowDates);
_N (Title = StrFormat("{{NAME}} - {{INTERVAL}}
{{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}",
O, H, L, C, SelectedValue( ROC( C,
1 ) ) ));
Plot ( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );
Thanks
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
YAHOO! GROUPS LINKS
|