PureBytes Links
Trading Reference Links
|
Hello,
Currently no, but you can overlay a price chart over your custom indicator,
just add the following to your formula
graph3 = close;
graph3style = 64;
or
maxgraph = 3; // or more depending on how much graphs you use
Plot( Close, "Price", 1, 64 );
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: <tnt.eyre@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, December 02, 2001 11:06 PM
Subject: [amibroker] Overlays
> Hi.
> Is there a way to overlay a custom indicator on the main security
> chart?
>
> Thanks
> TomE
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|