MPC Adaptation of MT5 for Amibroker (AFL)
abhikukreja over 11 years ago Amibroker (AFL)
MPC Adaptation of MT5
Indicator / Formula
Copy & Paste Friendly
Range = Param("Range",20,0,100,1);
HH = HHV(High,Range);
LL = LLV(Low,Range);
MM = (HH + LL)/2;
Plot(HH,"HH",colorGreen,styleLine);
Plot(MM,"MM",colorOrange,styleLine);
Plot(LL,"LL",colorRed,styleLine);0 comments
Leave Comment
Please login here to leave a comment.