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 ....
CLK RSI for Amibroker (AFL)
Rating:
3 / 5 (Votes 3)
Tags:
oscillator, amibroker
My modified RSI
Similar Indicators / Formulas
Febo RSI ..real indicator
Submitted
by abhinavsingh almost 13 years ago
Trading Volume Statistic
Submitted
by tuanstock1 over 10 years ago
Ergodic Oscillator
Submitted
by dljtrader almost 14 years ago
3 Days Track
Submitted
by janet0211 over 14 years ago
Chande Momentum Oscillator
Submitted
by klimpek almost 14 years ago
Inverse Fisher Transform Stochastic Oscillator
Submitted
by northstar almost 13 years ago
Indicator / Formula
Copy & Paste Friendly
/// CLK RSI /// X= Param("RSI",14,1,50,1); R=RSI(X); Plot(R,"",colorGrey40); Y= Param("Smooth 1",7,1,9,1); Y1= EMA(R,Y); Y2= EMA(Y1,Y); Diff= Y1 - Y2; Y3= Y1 + Diff; Plot(Y3,"Chaloke RSI",colorRed,4); Z= Param("Smooth 2",9,1,25,1); Z1= EMA(Y3,Z); Z2= EMA(Z1,Z); Diff= Z1 - Z2; Z3= Z1 + Diff; Plot(Z3,"signal",colorYellow);
1 comments
Leave Comment
Please login here to leave a comment.
Back
Hello
Like your RSI. Could you resubmit this CLK RSI and add arrows in formula to show when the crossover occurs.
Thanks member of WiseStockTrader and amibroker user! Dan M.