Raschke Osc

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

Raschke Osc

Post by henry1224 »

Zero:0,width2,colorBlack;
A:MA(c,3)-MA(C,10),width2,ColorGreen;
A1:EMA(A,16),width2,ColorBlue;
UZ :MA(A, 30) + (1.3185 * StD (A, 30)),Width2,ColorViolet;
LZ: MA(A, 30) - (1.3185 * StD (A, 30)),Width2,ColorViolet;
FillRgn(A>0,0,A),Brush#50008000;
FillRgn(A<0,0,A),Brush#50800000;
Post Reply