Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
MFI MinMax colored for Amibroker (AFL)
It is great to understand how the trend is bullish and bearish.
Screenshots
Similar Indicators / Formulas
Indicator / Formula
_SECTION_BEGIN("MFIMinMax");
SetChartOptions(0,0,chartGrid30|chartGrid50|chartGrid70);
periods = Param( "Periods", 14, 2, 200, 1 );
maxClip = Param( "maxClip", 80, 1, 100, 1 );
minClip = Param( "minClip", 20, 1, 100, 1 );
Plot( MFI( periods), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ),
ParamStyle("Style") );
r = MFI(periods);
PlotOHLC( r,r,50,r, "", IIf( r > 50, colorRed, colorBrightGreen ), styleCloud |
styleNoLabel | styleClipMinMax, minClip, maxClip );
_SECTION_END();6 comments
Leave Comment
Please login here to leave a comment.
Back
it is not displaying anything pls slove the issue
Hello
Checked and it works fine maybe you have an older version of Amibroker.
sir,
i am using amibroker 5.2 version
No errors?
Divergences between prices and the MFI are really something!
Thanks for the formula.
thanks. it it what i wanted. the basic indicators with color. thanks. where other basic indicators like RSI and CCI with color.