Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
best rsi signal amajeed 2 for Amibroker (AFL)
THIS IS THE SECOND FOR MORE SURE IF TREND IS UP OR DOWN TO BUY OR SELL OR HOLD
Screenshots
Similar Indicators / Formulas
Indicator / Formula
_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
Leave Comment
Please login here to leave a comment.
Back
مبدع يا عسل
محببك ابو ابراهيم
@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
i want the indicator color bolinger bands , email n.pateras@YAHOO.GR
I can’t understand how I Can sell or buy or hold?
Can you explain please.
A Lot of thanks
Hi Haman
Could you please share me the second indicator in your pic? thanks a lot