PureBytes Links
Trading Reference Links
|
Hi bill,
do you refer to :"
The Gaussian average are computed according to Ehlers ( Easy Language
Code)
One Pole: f = Ąg + (1-Ą)f[1]
Two Poles: f = Ą2g + 2(1-Ą)f[1] - (1-Ą)2f[2]
Three Poles: f = Ą3g + 3(1-Ą)f[1] - 3(1-Ą)2f[2] + (1-Ą)3f[3]
Four Poles: f = Ą4g + 4(1-Ą)f[1] - 6(1-Ą)2f[2] + 4(1-Ą)3f[3] - (1-
Ą)4f[4]
or anything else?
Stephane
> Is anyone aware of code for producing a polynomial fit of price
data, moving
> average, etc. written in a translatable language (e.g., Metastock)?
>
> Thanks.
>
> Bill
------------------------ Yahoo! Groups Sponsor ---------------------~-->
ReplayTV: Control live television
Special Sale: 50% off ReplayTV
CNet Ranked #1 over Tivo!
http://us.click.yahoo.com/aUMW7B/A6qGAA/ySSFAA/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/
|