52 Week Stochastic Osc

This is the place to discuss EdgeRater Chart Script

Moderator: Chris White

Post Reply
henry1224
Posts: 457
Joined: Wed Feb 24, 2016 12:04 pm

52 Week Stochastic Osc

Post by henry1224 »

A:=Ref(HHV(H,255),1);
B:=Ref(LLV(L,255),1);
Sto:(C-B)/(A-B),ColorGreen;
StoM:MA(Sto,25),ColorBlue;
UZ:MA(Sto,34)+(1.3185*Std(Sto,34)),width2,ColorViolet;
LZ:MA(Sto,34)-(1.3185*Std(Sto,34)),width2,ColorViolet;
Post Reply