McClellan for Amibroker (AFL)
ditirth almost 15 years ago Amibroker (AFL)
I had seen this formula on some site. good working.
Indicator / Formula
Copy & Paste Friendly
_SECTION_BEGIN("McClellan");
ratio = (AdvIssues()-DecIssues())/(AdvIssues()+DecIssues());
Value = EMA(ratio,19)-EMA(ratio,39);
McClellanOsc = Value*1000;
Plot( McClellanOsc, "McClellan Oscillator =",colorGreen );
_SECTION_END();2 comments
Leave Comment
Please login here to leave a comment.
Anyone can enlighten me why I only get a zero line all the time? Thanks!
ditirth friend can u also donate ‘McClellan summation index’ afl please if u wish ,thanks