PureBytes Links
Trading Reference Links
|
The ArcTangent math function atan(arg) will return the angle in
radians. Remember 2pi radians = 360 degrees. Remember if you want to
compare angles of different securities, the opposite side should
probably be in percent (or some other normalization) rather than the
difference between 2 indicator values. For the x axis, just counting
the number of bars is OK rather than doing something complicated with
the various time functions.
A second ArcTangent function atan2(y,x) allows you to use the opposite
and adjacent sides of the triangle.
Now the real problem with angles is that the chart windows can be
re-sized, thus changing the apparent angle as viewed visually on the
screen.
ReefBreak
--- In amibroker@xxxxxxxxxxxxxxx, "cstrader" <cstrader232@xxx> wrote:
>
> function linregslope()
>
> ----- Original Message -----
> From: "John J" <j_john66@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Wednesday, June 11, 2008 9:25 AM
> Subject: [amibroker] AFL
>
>
> > Hello,
> >
> > I want to write an AFL to print the angle of any indicator line
> > crossing a horizontal line on the chart . Any suggestions?
> >
> >
> >
> >
> >
> >
> > ------------------------------------
> >
> > 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
> >
> >
> >
>
------------------------------------
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/
|