PureBytes Links
Trading Reference Links
|
You're looking at the correct function; it gives the angle of
the linear regression line in degrees. To find the angle of a
50-day moving average of the close I would use this simple formula:
Value1 = LinearRegAngle(Average(Close, 50), 50);
Plot1(value1, "Plot1");
Pete
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
fxtrader
To: <A title=realtraders@xxxxxxxxxxxxxxx
href="">realtraders@xxxxxxxxxxxxxxx
Sent: Monday, October 27, 2003 8:39
PM
Subject: [RT] Angle of a Moving Avg
<SPAN
>What’s’ the best way to find the angle of
a moving avg. I was
looking at the LinearRegAng function in TS, but not sure what it returns.
Could someone explain its use or share a better way?
<SPAN
>
<SPAN
>Thanks
<SPAN
>NedTo
unsubscribe from this group, send an email to:<A
href="">realtraders-unsubscribe@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|