Page 1 of 1

Pct M Midpoint

Posted: Wed Jun 15, 2016 12:08 pm
by henry1224
under the parameters tab
N double 11 2 100


LB:=N;
A:100*(((2*C) - HHV(H,LB) - LLV(L,LB)) /
(HHV(H,LB) - LLV(L,LB))),ColorGreen;

B:EMA(A,5),ColorRed;
UZ: MA(A,34) + (1.3185*STD(A,34)),width2,ColorViolet;
LZ: MA(A,34) - (1.3185*STD(A,34)),width2,ColorViolet;