PureBytes Links
Trading Reference Links
|
It was the original method before linearray :)
On Thu, 20 Jan 2005 21:16:48 -0800, Ara Kaloustian <ara1@xxxxxxxxxx> wrote:
>
> Graham,
>
> Very ingenious alternative to using LineArray()
>
>
> ----- Original Message -----
> From: "Graham" <kavemanperth@xxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
>
> Sent: Thursday, January 20, 2005 9:00 PM
> Subject: Re: [amibroker] plot vertical line
>
> >
> > 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/
> >
> >
> >
> > 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 --------------------~-->
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/
|