Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Hull Moving Average Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
dannig
Posted : Tuesday, September 23, 2008 4:30:04 PM
Registered User
Joined: 12/29/2006
Posts: 68
How would I go about creating the Hull Moving Average? Here's the formula for Metastock:

MetaStock Formula
period:=Input("period",1,200,20);sqrtperiod:=Sqrt(period);Mov(2*Mov(C,period/2,W) - Mov(C,period,W),LastValue(sqrtperiod),W);

How would this be written as an indicator for Blocks?  Thanks much!!
Bruce_L
Posted : Tuesday, September 23, 2008 4:34:38 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You may wish to review the following:

Hull Moving Average

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
dannig
Posted : Tuesday, September 23, 2008 10:36:26 PM
Registered User
Joined: 12/29/2006
Posts: 68
Thanks Bruce. That's perfect!
Bruce_L
Posted : Tuesday, September 23, 2008 10:39:41 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You're welcome.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.