PureBytes Links
Trading Reference Links
|
Hello,
> BTW: question for anyone:
>
> Whenever I include a price chart (graph0=close;) in the indicator
> builder, the resulting price chart gets cut off at the top and the
> bottom, when the scaling is set to "automatic", grid lines set to
> "middle", "log" and "dates". When I turn "limits" on, the top and the
> bottom limits are a bit less than what they shoud have been. Am I
> missing a setting somewhere?
This is because custom indicators auto-scaling uses close.
As a temporary workaround add the following line to your formula:
graphxspace = 10;
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Geo Singleman" <geosing@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, December 09, 2001 3:34 PM
Subject: Re: [amibroker] Re: Multiple time frames
>
>
> __________________________________________________
> Do You Yahoo!?
> Send your FREE holiday greetings online!
> http://greetings.yahoo.com
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|