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 ....
EXPERT TREND LOCATOR for Amibroker (AFL)
Rating:
5 / 5 (Votes 1)
Tags:
amibroker
EXPERT TREND LOCATOR like Advanced GET XTL
Screenshots
Similar Indicators / Formulas
Kavach Of Karna v2
Submitted
by hbkwarez over 10 years ago
Advanced Elliott Waves
Submitted
by MarcosEn over 13 years ago
3_6Day GuaiLiLv
Submitted
by motorfly over 13 years ago
Williams Alligator System
Submitted
by durgesh1712 over 13 years ago
*Level Breakout system*
Submitted
by Tinych over 13 years ago
Horizontal Live Priceline Tool
Submitted
by northstar over 13 years ago
Indicator / Formula
Copy & Paste Friendly
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | _SECTION_BEGIN ( "X T L" ); SetChartBkColor ( ParamColor ( "Outer panel color " , colorWhite )); tgt = 37; a = CCI (20) < -tgt; b = CCI (20) > tgt; state = IIf (a>b,-1, IIf (a==b,0,1)); Color = IIf (state == 0, colorBlue , IIf (state == 1, colorGreen , IIf (state == -1, colorRed , 0))); //Plot(state, "", color, styleHistogram); SetChartOptions ( 0, chartShowDates | chartShowArrows | chartLogarithmic | chartWrapTitle ); _N (Title = StrFormat ( "{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}" , O , H , L , C , SelectedValue ( ROC ( C , 1 ) ) )); Plot ( C , "Close" , color, styleNoTitle | styleBar | styleThick ); _SECTION_END (); |
2 comments
Leave Comment
Please login here to leave a comment.
Back
Is it possible to add the possibility to analyze it, like change of colours, or buy sell signals thanks
It would be nice to have it as a regular histogram. Your histogram doesn’t show the yellow colors and has the same length of sticks.