| 
 PureBytes Links 
Trading Reference Links 
 | 
Is  there any additional documentation for the Hull moving average?
 
Lionel
 
 
  _____  
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
On Behalf Of stocks_bobby
Sent: Friday, October 27, 2006 1:34 AM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Expert and Explorer from Hull Moving Average
 
Dear Memebrs,
The following is the formula for Hull Moving average-
___________________6________________________________
period:=Input("period",1,200,20); sqrtperiod:=Sqrt(period);
Mov(2*Mov(C,period/2,W) - Mov(C,period,W),LastValue(sqrtperiod),W);
________________6_______________________________________________
Can any body help me in coding this formula for making an expert and
an explorer.I do not know anything abouit coding.
I would be indebted
 
[Non-text portions of this message have been removed]
 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
    Individual Email | Traditional
<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)
<*> To change settings via email:
    mailto:equismetastock-digest@xxxxxxxxxxxxxxx 
    mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |