Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
MA SECTION for Amibroker (AFL)
Plot( Volume, _DEFAULT_NAME(), IIf( C >= O, ParamColor(“Up Color”, colorGreen ), ParamColor(“Down Color”, colorRed ) ), ParamStyle( “Style”, styleHistogram | styleThick, maskHistogram ) );
_SECTION_END();
_SECTION_BEGIN(“MA”);
P = ParamField(“Price field”,-1);
Periods = Param(“Periods”, 15, 2, 300, 1, 10 );
Plot( MA, _DEFAULT_NAME(), ParamColor( “Color”, colorCycle ), ParamStyle(“Style”) );
_SECTION_END();
2 comments
Leave Comment
Please login here to leave a comment.
Back
Test
Test