Hurst Cycle

A forum for all EdgeRater users

Moderator: Chris White

Post Reply
RobbieRoo
Posts: 6
Joined: Tue Mar 22, 2016 12:43 pm

Hurst Cycle

Post by RobbieRoo »

Hi, does anyone have the Hurst Cycle indicator for EdgeRater?
henry1224
Posts: 457
Joined: Wed Feb 24, 2016 12:04 pm

Re: Hurst Cycle

Post by henry1224 »

I have an indicator called Hurst Channels


Under the Parameters tab

N1 Double 10 space 1 space 1000
N2 Double 80 space 1 space 1000
M1 Double 1 space .01 space 10
M2 Double 3 space .01 space 10


Under the script tab

CY1:=(N1/2);
CY2:=(N2/2);
T1: Ref(MA( C ,CY1 ),CY1/2)+ M1*ATR(CY1 ),ColorRed;
B1: Ref(MA( C ,CY1 ),CY1/2)- M1*ATR(CY1 ),ColorRed;
T2: Ref(MA( C ,CY2 ),CY2/2)+ M2*ATR(CY2 ),ColorBlue;
B2: Ref(MA( C ,CY2 ),CY2/2)- M2*ATR(CY2 ),ColorBlue;
RobbieRoo
Posts: 6
Joined: Tue Mar 22, 2016 12:43 pm

Re: Hurst Cycle

Post by RobbieRoo »

Thanks henry1224, appreciate your help.
Post Reply