Skip to main content

best rsi signal amajeed 2 for Amibroker (AFL)

haman about 13 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

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

2. Divyesh
about 13 years ago

@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
almost 13 years ago

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

4. n0rah
almost 13 years ago

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

over 7 years ago

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.