Stochastic Cycles

A forum for all EdgeRater users

Moderator: Chris White

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

Stochastic Cycles

Post by henry1224 »

Here is an indicator which plots 3 Stochastics

Type:=(H+L)/2;
A1:MA((((type-LLV(L,10))/(HHV(H,10)-LLV(L,10)))*100),3),ColorLime;
A2:MA((((type-LLV(L,20))/(HHV(H,20)-LLV(L,20)))*100),3),ColorPink;
A3:MA((((type-LLV(L,40))/(HHV(H,40)-LLV(L,40)))*100),3),ColorCyan;
S1:MA(A1,3),ColorGreen;
S2:MA(A2,3),ColorRed;
S3:MA(A3,3),ColorBlue;
Eighty:80,ColorBlack;
Twenty:20,ColorBlack;
Post Reply