Page 1 of 1

Stochastic Momentum

Posted: Fri May 13, 2016 4:11 pm
by henry1224
A: 100 * (EMA(EMA((H+L)/2 -(0.5*(HHV(H,STL) + LLV(L,STL))),ML),SL) / (0.5*EMA(EMA(HHV(H,STL)-LLV(L,STL),ML),SL))),ColorGreen;
A1:MA(A,6),ColorRed;
UpperZone: MA(A,34)+(1.3185*Std(A,34)),Width2,ColorViolet;
LowerZone: MA(A,34)-(1.3185*Std(A,34)),Width2,ColorViolet;

Under the Parameters tab

STL Double 12 3 100
ML Double 6 3 100
SL Double 2 2 100