Coppock Curve OSC
Posted: Fri Jul 29, 2016 7:20 am
Under the parameters tab
LB1 double 5 2 100
LB2 double 34 3 100
Length double 13 4 100
ALength Double 5 2 100
Here is the code
Price:= (H+L)/2;
A:= (Price - Ref(Price,LB1)) /Ref(Price,LB1);
B:= (Price - Ref(Price,LB2)) /Ref(Price,LB2);
OST: WMA(A+B,Length),ColorStick;
OSTAvg : MA(OST,ALength),ColorBlue;
UZ : MA(OST,34)+(1.3185*Std(OST,34)),ColorViolet;
LZ: MA(OST,34)-(1.3185*Std(OST,34)),ColorViolet;
LB1 double 5 2 100
LB2 double 34 3 100
Length double 13 4 100
ALength Double 5 2 100
Here is the code
Price:= (H+L)/2;
A:= (Price - Ref(Price,LB1)) /Ref(Price,LB1);
B:= (Price - Ref(Price,LB2)) /Ref(Price,LB2);
OST: WMA(A+B,Length),ColorStick;
OSTAvg : MA(OST,ALength),ColorBlue;
UZ : MA(OST,34)+(1.3185*Std(OST,34)),ColorViolet;
LZ: MA(OST,34)-(1.3185*Std(OST,34)),ColorViolet;