PureBytes Links
Trading Reference Links
|
Mohammed
I will PM this to you.
Regards
ChrisB
Mohammed wrote:
>
> Hi ChrisB;
>
> Thanks and How can I see the Attachment??
>
> Regards
>
> --- In amibroker@xxxxxxxxx ps.com
> <mailto:amibroker%40yahoogroups.com>, ChrisB <kris45mar@x ..> wrote:
> >
> > LINEARRAY
> > - generate trend-line array Exploration / Indicators
> > (AFL 2.5)
> >
> >
> > SYNTAX LineArray( x0, y0, x1, y1, extend = 0, usebarindex =
> False )
> > RETURNS ARRAY
> > FUNCTION The LineArray function generates array equivalent to
> trend
> > line drawn from point (x0, y0) to point (x1, y1). x coordinates are
> in
> > bars (zero based), y coordinates are in dollars.
> > Note:* x0 must be SMALLER than x1. *
> >
> > Note 2: the function *accepts only **numbers *therefore generates
> single
> > line. To produce multiple lines you have to call it many times with
> > different co-ordinates
> >
> > See attached
> >
> > Regards
> >
> > ChrisB
> >
> > Mohammed wrote:
> > >
> > > Hello,
> > >
> > > I'm new to AB Coding and I have some confusing in LineArray.
> > >
> > > Can any one clarify which is the start point of draw ( Is it x0
> OR x1
> > > OR y0 OR y1). AND why we use four points here ( x0, y0, x1, y1).
> > >
> > > All the best.
> > >
> >
>
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|