PureBytes Links
Trading Reference Links
|
Hi,
thanks for providing the improved version of the
metastock code in the Hull Moving Average.
Rgds,
Darren Liew
--- drstutz <drstutz@xxxxxxxxxxxxx> wrote:
> This is another formula, which I believe more
> accurately reflects Hull's
> indicator.
>
>
>
> period:=Input("Period",1,200,20) ;
>
> sqrtperiod:=Input("Square Root of Period",1,20,4);
>
>
Mov(2*(Mov(C,period/2,W))-Mov(C,period,W),sqrtperiod,W);
>
>
>
> _____
>
> From: Arthur Lim [mailto:irsan@xxxxxxxxxxxxxx]
> Sent: Monday, March 07, 2005 2:30 AM
> To: Metastockusers@xxxxxxxxxxxxxxx
> Subject: Re: [Metastockusers] Hull Moving Average
>
>
>
> Hi Darren
>
> I currently using the below as Hull MA
>
>
>
> Mov(2*(Mov(C,20/2,W))-Mov(C,20,W),4,W);
>
>
>
> Arthur Lim
>
> ----- Original Message -----
>
> From: Darren Liew <mailto:darrenliew@xxxxxxxxx>
>
> To: Metastockusers@xxxxxxxxxxxxxxx
>
> Sent: Sunday, March 06, 2005 11:36 PM
>
> Subject: [Metastockusers] Hull Moving Average
>
>
>
> Hi All,
>
> Does anyone knows the metastock formula for Hull
> Moving Average?
>
> Does the Hull Moving Average created by an
> Australian
> called Alan Hull?
>
>
>
> Rgds,
> Darren Liew
>
>
>
>
>
> __________________________________
> Celebrate Yahoo!'s 10th Birthday!
> Yahoo! Netrospective: 100 Moments of the Web
> http://birthday.yahoo.com/netrospective/
>
>
> _____
>
>
>
----------------------------------------------------------
> This email has been scanned for viruses by StarHub
> e.Scan.
>
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
> ADVERTISEMENT
>
>
<http://us.ard.yahoo.com/SIG=129lgg2jv/M=298184.6018725.7038619.3001176/D=gr
>
oups/S=1705001779:HM/EXP=1110267017/A=2593423/R=0/SIG=11el9gslf/*http:/www.n
> etflix.com/Default?mqso=60190075> click here
>
>
>
>
<http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
> :HM/A=2593423/rand=702185110>
>
>
>
> _____
>
> Yahoo! Groups Links
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/Metastockusers/
>
> * To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
>
<mailto:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo!
> <http://docs.yahoo.com/info/terms/> Terms of
> Service.
>
>
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|