PureBytes Links
Trading Reference Links
|
Thanks, this formula seems to be exactly what I was looking for in
metastock, I noticed in the image the angles were a little "strange" but it
was an external program I don't know, it just suggests me the idea.
I think the function is what I need, but I don't know how to use it, I tried
to build an indicator, but with no result.
I'd like to build an indicator to apply on a trendline and get the angle
shown near it, or a template who automatically shows all the angles of the
trendline, better both of them.
Any help on how to do it?
----- Original Message -----
From: "Ron Berlin" <rsb_44@xxxxxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Sunday, June 26, 2005 4:55 AM
Subject: RE: [EquisMetaStock Group] Re: trendline angle degree
> I think below is correct
>
> Look at the atan function:
>
>
> SYNTAX atan( Y DATA ARRAY, X DATA ARRAY )
>
> FUNCTION Returns the arc tangent of Y/X. The value is returned in degrees
> from 0 to 359.9. The degrees are returned increasing counter clockwise
with
> 0 degrees at the 3 position of the clock, 90 degrees at the 12 position
etc.
>
> EXAMPLE The formula "atan( 10, 0 )" returns 90.
>
> You are feeding the funciton the slope of the line (rise/run), where Y
Data
> array is rise and X data array is run.
>
> This will be different from your image which seems to show a horizontal
line
> with a 90 degree angle.
> It also appears that you are returning angles without regard to direction
of
> slope.
>
> Hope the above helps.
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|