Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
dynamic RSI for Amibroker (AFL)
this is the formula that u can change RSI as you want
Similar Indicators / Formulas
Indicator / Formula
prd=14; sm1=21; sm2=5; sm3=5; x=50-(MA(RSI(prd),sm1)-RSI(prd)); y=MA(x,sm2); z=MA(y,sm3); Plot(Y,"Dynamic RSI",4,4); Plot(Z,"Signal",colorBlue,1); PlotGrid(40); PlotGrid(60);
1 comments
Leave Comment
Please login here to leave a comment.
Back
good one great