PureBytes Links
Trading Reference Links
|
Place the base code file into your Include directory
Then have 2 files reference it with the plots in each
in default include directory
#Include <basefile.afl>
Not in default include directory
#Include "c:\program files\amibroker\formulas\myindicator\basefile.afl"
#Include <basefile.afl>
Plot(c,"price",colorblack,stylebar);
Plot(ind1,"ind1",colorrred,stylelin);
#Include <basefile.afl>
Plot(ind2,"ind2",colorrred,stylelin);
On Sun, 13 Feb 2005 15:04:32 -0800, Sidney Kaiser <s9kaiser@xxxxxxxxxxx> wrote:
>
> I have a rather long indicator formula that has two types of results. The
> first is a BB variant and needs to be plotted as an overlay to price.
>
> The second part uses all the first part data with some more
> manipulation. It has a much different scale and I have tried styleownscale
> but that just plots on top of the first plot. It really needs to be in its
> own pane. With AB V4.69, how do I get the second part (call it plot 2) to
> plot in a different pane?
>
> TIA, Sid
>
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 2/10/2005
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|