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 ....
Isfandi Profit Taker Channel for Amibroker (AFL)
Rating:
5 / 5 (Votes 2)
Tags:
amibroker, bands
Enjoy everyone
Regards,
Isfandi
Screenshots
Similar Indicators / Formulas
%B of Bollinger Bands With Adaptive Zones
Submitted
by kaiji over 15 years ago
Trend Bands
Submitted
by rogercraft about 15 years ago
Jurik's Spandex Band
Submitted
by xavier almost 14 years ago
Bollinger %B
Submitted
by konidena about 15 years ago
Bollinger Band Squeeze & Expansion
Submitted
by razasia about 15 years ago
Indicator / Formula
Copy & Paste Friendly
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | _SECTION_BEGIN ( "Isfandi Profit Taker Channel" ); HaClose = EMA (( O + H + L + C )/4,3); HaOpen = AMA ( Ref ( HaClose, -1 ), 0.5 ); HaHigh = Max ( H , Max ( HaClose, HaOpen ) ); HaLow = Min ( L , Min ( HaClose, HaOpen ) ); ProfitTaker = EMA ( H , 13 ) + 2 * ATR (10); LosserTaker = EMA ( L , 13 ) - 2 * ATR (10); MidTaker = (LosserTaker+ProfitTaker)/2; MidHigh = (MidTaker+ProfitTaker)/2; MidLow = (MidTaker+LosserTaker)/2; secure= (MidTaker+MidHigh)/2; worry= (MidTaker+MidLow)/2; outsidebar = C < secure AND C > MidTaker; insidebar = C < MidTaker AND C > worry; upbar = C > MidTaker AND C > secure ; downbar = C < MidTaker AND C < worry; barcolor = IIf (outsidebar, colorGold , IIf (downbar, colorRed , IIf (upbar, colorBrightGreen , IIf (insidebar, 11, colorYellow ) ) ) ); Title = Name () + "\\c" + barcolor + " - Color Bar Chart : " + WriteIf (Outsidebar, "Outside Bar" , WriteIf (insidebar, "Inside Bar" , WriteIf (upbar, "Up Bar" , WriteIf (downbar, "Down Bar" , "Neutral Bar" ) ) ) ); Plot ( Close , Title, barcolor, styleThick + styleCandle ); Plot ( ProfitTaker, "Profit taker" , colorViolet , styleLine ); Plot ( LosserTaker, "LosserTaker" , colorDarkBlue , styleLine ); Plot ( MidTaker, "MidTaker" , colorLightGrey , styleLine ); Plot ( MidHigh, "MidHigh" , colorDarkGreen , styleLine ); Plot ( MidLow, "MidLow" , colorPlum , styleLine ); Plot ( secure, "secure" , colorPlum , styleLine ); Plot ( worry, "worry" , colorPlum , styleLine ); PlotOHLC (MidHigh, MidHigh, secure, secure, "" , IIf (MidHigh > secure, colorDarkGreen , colorDarkGreen ), styleNoLabel | styleCloud ); PlotOHLC (MidLow, MidLow, worry, worry, "" , IIf (MidLow > worry, colorPlum , colorPlum ), styleNoLabel | styleCloud ); _SECTION_END (); |
5 comments
Leave Comment
Please login here to leave a comment.
Back
Punteun, abdi cobian kang.. Nuhun ah, Insya Allah bermanfaat..
code is not working
Working fine for me.
does anyone have the indicator at the bottom of this chart
Pls post the afl … thanks
Excellent work and fine afl…..Thanks a lot