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 ....
RSI +++ for Amibroker (AFL)
Rating:
3 / 5 (Votes 2)
Tags:
amibroker, oscillator
RSI Guppy
Indicator / Formula
Copy & Paste Friendly
_SECTION_BEGIN("Guppy RSI"); r = RSI(5); Plot (EMA(r,3),"",colorWhite,styleLine); Plot (EMA(r,5),"",colorBlue,styleLine); Plot (EMA(r,8),"",colorBlue,styleLine+styleNoLabel); Plot (EMA(r,10),"",colorBlue,styleLine+styleNoLabel); Plot (EMA(r,12),"",colorBlue,styleLine+styleNoLabel); Plot (EMA(r,15),"",colorBlue,styleLine+styleNoLabel); Plot (EMA(r,25),"",colorYellow,styleLine); Plot (EMA(r,30),"",colorRed,styleLine+styleNoLabel); Plot (EMA(r,35),"",colorRed,styleLine+styleNoLabel); Plot (EMA(r,40),"",colorRed,styleLine+styleNoLabel); Plot (EMA(r,45),"",colorRed,styleLine+styleNoLabel); Plot (EMA(r,50),"",colorRed,styleLine+styleNoLabel); Plot (EMA(r,50),"",colorRed,styleLine); _SECTION_END();
0 comments
Leave Comment
Please login here to leave a comment.
Back