Thanks Ed, wavemechanic and cstrader for your suggestions. will work on that and post th e code for any updates. John.
--- On Thu, 6/12/08, Ed Hoopes <[EMAIL PROTECTED]> wrote: From: Ed Hoopes <[EMAIL PROTECTED]> Subject: [amibroker] Re: AFL To: [email protected] Date: Thursday, June 12, 2008, 6:58 AM 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 [EMAIL PROTECTED] ps.com, "cstrader" <cstrader232@ ...> wrote: > > function linregslope( ) > > ----- Original Message ----- > From: "John J" <[EMAIL PROTECTED] .> > To: <[EMAIL PROTECTED] ps.com> > 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.amibroke r.com/devlog/ > > > > For other support material please check also: > > http://www.amibroke r.com/support. html > > Yahoo! Groups Links > > > > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
