Pct buyers vs sellers

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 buyers vs sellers

Post by henry1224 »

Sixtysix : 66,ColorRed;
Fifty :50,ColorBlack;
Thirtythree : 33,ColorGreen;

BPer : MA(MA(MA(((((high - open) + (close - low)) / (high - low)) / 2) * 100, N1), 2), 2),ColorBlack;
BPerAvg : MA(BPer, N2),ColorBlue;
UZ :MA(BPer, 30) + (1.3185 * StD (BPer, 30)),Width2,ColorViolet;
LZ: MA(BPer, 30) - (1.3185 * StD (BPer, 30)),Width2,ColorViolet;
FillRgn(BPer>50,50,BPer),Brush#50008000;
FillRgn(BPer<50,50,BPer),Brush#50800000;
Post Reply