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 ....
best buy sell afl maja kijye for Amibroker (AFL)
Copy & Paste Friendly
Back
1 2 3 4 5 6 7 8 9 10 11 12 | _SECTION_BEGIN ( "Stochastic Slow" ); periods = Param ( "Periods" , 15, 1, 200, 1 ); Ksmooth = Param ( "%K avg" , 3, 1, 200, 1 ); Plot ( StochK ( periods , Ksmooth), "%K" + _PARAM_VALUES (), ParamColor ( "%K color" , colorCycle ), ParamStyle ( "%K style" ) ); Dsmooth = Param ( "%D avg" , 3, 1, 200, 1 ); Plot ( StochD ( periods , Ksmooth, DSmooth ), "%D" + _PARAM_VALUES (), ParamColor ( "%D color" , colorCycle ), ParamStyle ( "%D style" ) ); if ( Status ( "action" ) == actionCommentary ) { printf ( "(Interpretation is not available yet)" ); } _SECTION_END (); |