Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Trend Finder for Amibroker (AFL)
This AFL is based on CCI and values smoothened to confirm the Trend. Enter when oscillator crosses 100 or -100. and Exit when reverses at dotted line. This works on 5 or 15 Min Chart for Day Trading.
Screenshots
Similar Indicators / Formulas
Indicator / Formula
_SECTION_BEGIN("Trend"); ///// Trend Identify ////// SetChartOptions( Mode = 0, Flags = 0, gridFlags = 0) ; x=Param("CCI Period 3 - 35",9,3,50,1); x1=CCI(x); Y=Param("Smooth Factor 3 - 15",5,3,9,1); Y2=DEMA(x1,Y); Z=Param("Signal Line 3 - 9",3,3,5,1); Z2=MA(Y2,Z); Plot(Z2," ",colorGreen,4); Plot(100,"",colorGreen); Plot(-100,"",colorRed); Plot(65,"",colorGreen,styleDashed); Plot(-65,"",colorRed,styleDashed); Plot(0,"",colorBlack); _SECTION_END();
3 comments
Leave Comment
Please login here to leave a comment.
Back
hi guys, can anyone write scan formula for this afl for buy sell signals cross above -100 and cross below +100.I tested this afl its very good afl if scan formula is here its very good to make money.
love it very smooth
CAN ANY BODY GIVE BUY SELL ARROWS FOR THIS AFL