Stock Portfolio Organizer
The ultimate porfolio management solution.
Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
MFI for Amibroker (AFL)
Copy & Paste Friendly
Back
_SECTION_BEGIN("3wma MFI _ab");
mam = MFI(15);
SS = WMA(mam,90);
Plot(mam,"MFI-15",colorGreen, 10);
Plot(SS,"WMA-55",colorRed,11);
Plot(20,"",colorBrightGreen,1);
Plot(30,"",colorBrightGreen,1);
Plot(80,"",colorRed,1);
Plot(70,"",colorRose,1);
_SECTION_END();