Pct M Midpoint

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

Pct M Midpoint

Post 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;
Post Reply