PureBytes Links
Trading Reference Links
|
here is an example to plot vert line 10 bars back from end of chart
cond1 = BarIndex()==barcount-11;
plot( cond1, "", colorblack, stylehistogram|styleownscale);
On Thu, 20 Jan 2005 15:58:55 -0800, Ara Kaloustian <ara1@xxxxxxxxxx> wrote:
>
> can not plot vertical line thru AFL (LineArray()). The end of the line has
> to be AFTER the beginning on the x-axis.
>
> Have to do it manually thru the tool provided.
>
> ----- Original Message -----
> From: "jaykwok425" <jaykwok@xxxxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Thursday, January 20, 2005 2:01 PM
> Subject: [amibroker] plot vertical line
>
> >
> >
> > Hi,
> >
> > How would I plot a vertical line through Indicator Builder? For
> > example, I would like to plot a vertical line at noon everyday.
> >
> > Thanks.
> >
> > j
> >
> >
> >
> >
> >
> >
> > 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
> >
> >
> >
> >
> >
> >
> >
>
>
> 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 --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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/
|