|
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
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
|
