PureBytes Links
Trading Reference Links
|
One suggestion is to have a master AFL with everything you want in it,
then just use #include for the plot files
On Sat, 8 Jan 2005 19:59:56 -0700, Mike Mann <mikemann@xxxxxxxxxxxx> wrote:
> Thanks Graham,
>
> My original goal was to create several indicators and use their individual
> comentary box formula sections to add plotshapes to the price chart the same
> way the buy and sell arrows are automatically added to the price chart. I
> wanted to keep the code separate for each indicator, but look at the price
> chart with multiple signals on it. That doesn't work because plotshapes
> puts the shapes on my indicator panes rather than on the price chart.
>
> So the work around, I guess, is to paste all the code for each indicator
> into the price chart commentary formula paneI so that everything is defined
> for all indicators and the pricechart knows about all the plotshapes
> definitions for all the indicators.
>
> That adds another place to keep the code base consistent - already have to
> keep indicator, analysis window and indicator pane code consistent. I was
> trying to keep code blocks modular and small, linked to individual indicator
> panes, but it doesn't look like that's a part of the capability here unless
> I'm overlooking something really simple.
>
> Thanks again.
>
> Mike
> ----- Original Message -----
> From: Graham
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Saturday, January 08, 2005 3:59 PM
> Subject: Re: [amibroker] Plotshapes on Price Chart rather than Indicator
> Pane
>
> use PlotShapes
>
>
> On Sat, 08 Jan 2005 20:44:53 -0000, Mike Mann <mikemann@xxxxxxxxxxxx> wrote:
> >
> >
> > Does someone know how to plot additional shapes on the Price Chart
> > Pane (in addition to buy/sell arrows)instead of plotting them on the
> > indicator pane?
> >
> > Thank you,
> >
> > Mike
> >
> >
> > 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/
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
>
> 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 the Yahoo! Terms of Service.
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/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/
|