StockFetcher Forums · Filter Exchange · Hull Moving Average<< >>Post Follow-up
jhb0331
7 posts
msg #81769
Ignore jhb0331
10/26/2009 1:28:07 PM

Has anyone heard of Hull Moving Average formula and could it be decoded to work in stockfetcher ? I haven't the expertise to make it work with stockfetcher. Continue to get syntax errors.

Formula: Integer(SquareRoot(Period)) WMA [2 x Integer(Period/2) WMA(Price)
- Period WMA(Price)]

Here is MetaStock Formula for it: 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);

SuperCharts Formula: Input: period (Default value 20)
waverage(2*waverage(close,period/2)-waverage(close,period), SquareRoot(Period))

This is supposed to be a great MA stock play. Any thoughts

Kevin_in_GA
4,599 posts
msg #81770
Ignore Kevin_in_GA
10/26/2009 1:32:38 PM

Please check for previous posts on topics like this before posting your questions.

Try this thread:

http://forums.stockfetcher.com/sfforums/?q=view&fid=1002&tid=71641&qrid=

Kevin

StockFetcher Forums · Filter Exchange · Hull Moving Average<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.