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 ....
Smooth RSI for Amibroker (AFL)
Copy & Paste Friendly
Back
SetChartOptions(0,0,chartGrid30|chartGrid70); periods = Param( "Periods", 15, 0, 200, 1 ); Plot(RSIa(WMA(C, 4), periods), _DEFAULT_NAME(), ParamColor( "Color2", colorCycle ), ParamStyle("Style") ); Plot(70, _DEFAULT_NAME(), colorWhite, styleDashed); Plot(30, _DEFAULT_NAME(), colorWhite, styleDashed);