PureBytes Links
Trading Reference Links
|
The article "The Moving Trend" of William Rafter in
TASC 1/2003 p.38 where he shows that the so
called Moving Trend values fit better than the usual
Moving Avarages caught my attention.
On page 87 there is also the code of MT for AmiBroker
MT = LinearReg(C, 20); // 20 day Moving Trend
Ie. MT is simply a Moving Linear Regression.
Inspired by this, I wonder if it would be possible to
develop a bands system similar to the Bollinger Bands
(ie. using standard deviations) which internally uses
Moving Trends instead of the usual MA, EMA etc.
Any thoughts on this welcome.
UM
------------------------ Yahoo! Groups Sponsor ---------------------~-->
FREE Cell Phones with up to $400 Cash Back!
http://us.click.yahoo.com/_bBUKB/vYxFAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|