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 ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

best rsi signal amajeed 2 for Amibroker (AFL)
haman
almost 11 years ago
Amibroker (AFL)

Rating:
3 / 5 (Votes 5)
Tags:
oscillator, amibroker

THIS IS THE SECOND FOR MORE SURE IF TREND IS UP OR DOWN TO BUY OR SELL OR HOLD

Screenshots

Similar Indicators / Formulas

Febo RSI ..real indicator
Submitted by abhinavsingh over 12 years ago
Trading Volume Statistic
Submitted by tuanstock1 over 9 years ago
Ergodic Oscillator
Submitted by dljtrader over 13 years ago
3 Days Track
Submitted by janet0211 almost 14 years ago
Chande Momentum Oscillator
Submitted by klimpek over 13 years ago

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("TSF Time Frame");
r= RSI(14);
Plot(r,"",colorBlue,styleDots);
Plot(30 , "", colorDarkRed); 
Plot(50, "", colorWhite,styleDashed);
Plot(70, "", colorDarkRed);
_SECTION_END();
Plot(TSF(TSF(r,15),35),"",colorBlack,styleThick);
Plot(TSF(r,15),"",colorRed,styleThick);

Buy=Cross(r,TSF(r,25))OR r<(20);
Sell=Cross(TSF(r,25),r)OR r>=(80);
SELL2 =Cross(15,R) ;
PlotShapes(IIf(Buy,Buy*1,shapeNone),colorBrightGreen,0,r,-15); 
PlotShapes(IIf(Sell,Sell*2,shapeNone),colorRed,0,r,-15);
PlotShapes(IIf(Sell2,shapeDownArrow,shapeNone),colorDarkRed,0,r,-15);

PlotOHLC(20,20,30,30,"",ColorRGB(0,175,0),styleCloud+styleLine);
PlotOHLC(70,70,80,80,"",ColorRGB(0,175,0),styleCloud+styleLine,colorRed);

5 comments

1. erzam1

مبدع يا عسل

محببك ابو ابراهيم

2. Divyesh

@Haman,

can you please share lower chart’s AFL ?
it is containing WW signals as well reverse points very clearly….!
our all members will be get good enough help to trade from that AFL….!

Divyesh

3. altzer

i want the indicator color bolinger bands , email n.pateras@YAHOO.GR

4. n0rah

I can’t understand how I Can sell or buy or hold?
Can you explain please.
A Lot of thanks

6. luuhanhao

Hi Haman
Could you please share me the second indicator in your pic? thanks a lot

Leave Comment

Please login here to leave a comment.

Back