PureBytes Links
Trading Reference Links
|
You may also want to experiment with a triangular moving average. It gives a
smoother and more centered curve.
Andrew
-----Original Message-----
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
On Behalf Of Roy Larsen
Sent: Tuesday, December 13, 2005 3:04 PM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: Re: [EquisMetaStock Group] Hurst Channel
Hi Wallace
I found this using Google.
http://www.stoploss.ch/Metastock_Hurst_Channels.htm
And the code is..
{Hurst Channels}
CY1:=Input("Short Cycle length",1,1000,10)/2; CY2:=Input("Medium Cycle
length",1,1000,80)/2; M1:=Input("Short Cycle Multiplier",.01,10,1);
M2:=Input("Medium Cycle Multiplier",.01,10,3);
T1:=Ref(Mov(CLOSE,CY1,S),CY1/2)+M1*ATR(CY1);
B1:=Ref(Mov(CLOSE,CY1,S),CY1/2)-M1*ATR(CY1);
T2:=Ref(Mov(CLOSE,CY2,S),CY2/2)+M2*ATR(CY2);
B2:=Ref(Mov(CLOSE,CY2,S),CY2/2)- M2*ATR(CY2); T1;B1;T2;B2;
Regards
Roy
www.metastocktips.co.nz
----- Original Message -----
From: murusprimus <mailto:sace@xxxxxxx>
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Wednesday, December 14, 2005 4:07 AM
Subject: [EquisMetaStock Group] Hurst Channel
Hi, does anyone have a Hurst Channel formula/s they would post please.
TIA. Wallace
________________________________
YAHOO! GROUPS LINKS
* Visit your group "equismetastock
<http://groups.yahoo.com/group/equismetastock> " on the web.
* To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<mailto:equismetastock-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .
________________________________
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|