[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] Hurst Channel



PureBytes Links

Trading Reference Links

Hi Wallace
 
 
I found this using Google.
 
 
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
 
 
----- Original Message -----
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