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 Divergence Trading for Amibroker (AFL)
Rating:
5 / 5 (Votes 1)
Tags:
oscillator, trading system, amibroker
RSI Divergence Buy or Sell Scan
Similar Indicators / Formulas
Rahul Mohindar Oscillator (RMO)
Submitted
by kaiji about 15 years ago
Volatility System
Submitted
by kaiji almost 15 years ago
NIFTYTIGER'S MAGIC LINES
Submitted
by niftytiger over 12 years ago
Zerolag MACD
Submitted
by myth.goa over 12 years ago
MACD Prediction
Submitted
by EliStern almost 14 years ago
MACD MT4/MT5
Submitted
by vivek998877 over 12 years ago
Indicator / Formula
Copy & Paste Friendly
//RSI(9) DIVERGENCE BUY: Buy = RSI(9) >= HHV(RSI(9),-19) AND Close <HHV(Close,-19) OR Close <= LLV(Close,-19) AND RSI(9) > LLV(RSI(9),-19); //RSI(9) DIVERGENCE SELL: Sell = Close >= HHV(Close,-19) AND RSI(9)<HHV(RSI(9),-19) OR RSI(9) <= LLV(RSI(9),-19) AND Close > LLV(Close,-19); Filter=(Buy OR Sell); Buy=ExRem(Buy,Sell); Sell=ExRem(Sell,Buy); PlotShapes(IIf(Buy,shapeUpArrow,shapeNone) ,colorBrightGreen); PlotShapes(IIf(Sell,shapeDownArrow,shapeNone),colorRed);
6 comments
Leave Comment
Please login here to leave a comment.
Back
Mr.Saibal, Lot of errors in the Scan afl given by u. Kindly correct it. thnx you
How did the admin allow this formula with errors without checking. Thanks and regards.
It is only missing ; at the end of lines in Buy and Sell condition.
Try that and it will work
No Use
Fixed.
admin pls note i have uploaded a genuine formula and yet not approved