Download Bollinger Band Zig Zag Indicator AFL (Script)
BOLLINGER BAND ZIG ZAG INDICATOR AFL SCRIPT
One of the best Scripts that Listing Indicators/Formulas for Amibroker (AFL).
Download Amibroker AFL Script. It’s easy to download.
Meet Our Amibroker AFL Script
WHY BOLLINGER BAND ZIG ZAG INDICATOR FOR AMIBROKER AFL SCRIPT?
Because This AFL is one of the best indicator for any kind of trading market like Stock or Forex Market.
Form AFL Script, you may get a lot of Buy Sell Signal as well as direction what to do.
Also, Raw Source Code of Amibroker Afl include and define here.
How to Setup Amibroker AFL Script
- Copy the Amibroker AFL Code.
- Create a new file and Paste the code in the file. Name of the file should be XXXX.afl
- Copy XXXX.afl file to \Program Files\Amibroker\Formula\
- For 64 bit operating system, Copy XXXX.afl file to \Program Files(x86)\AmiBroker\Formulas\
- Open Amibroker and Open a Blank Chart
- Go to Charts and apply/drag-and-drop the newly added indicator over blank chart.
- That’s it, you are done. Now you will be able to use the new indicator.
Download Bollinger Band Zig Zag Indicator For Amibroker AFL Script
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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | //------------------------------------------------------------------------------ // Formula Name : BOLLINGER BAND ZIGZAG INDICATOR afl by pipschart // Author : KrT group // Uploader : www.pipschart.com // E-mail : info@pipschart.com // Amibroker Blog : www.pipschart.com/amibroker // Origin : Modified & Collected from different sources. //------------------------------------------------------------------------------ _SECTION_BEGIN("KrT group"); GfxSetBkMode(1); X=750; Y=1; Font=10; GfxSelectFont("Impact",Font*2.2, 550);GfxSetTextColor(colorRed);GfxTextOut("KrT group",x,y); GfxSelectFont("Impact",Font*2.2, 550);GfxSetTextColor(colorGreen);GfxTextOut("RESEARCH",x+120,Y); _SECTION_END(); //------------------------------------------------------------------------------ //www.stockbangladesh.com // Mehedi Arafat _SECTION_BEGIN("Bollinger Band ZigZag Indicator"); function ParamOptimize( description, defaultVal, minv, maxv, step ) { return Optimize(description, Param(description,defaultVal, minv, maxv, step ), minv, maxv, step ); } BlankBars = 10; // Set to the number set in preferences Buy = Sell = Short = Cover = Pos = 0; Periods = ParamOptimize( "Periods", 3, 3, 30, 1 ); Width = ParamOptimize( "Width", 1, 0, 5, 0.1 ); BBTOp = BBandTop( H, Periods, Width ); // Note H is used instead of the tradional C BBBot = BBandBot( L, Periods, Width ); // Note L is used instead of the tradional C Plot( BBTop, "BBTop", colorBlue, styleLine ); Plot( BBBOt, "BBBot", colorBlue, styleLine ); Plot( C, "", 1, 128 ); BI = BarIndex(); start = Status( "firstvisiblebarindex" ) - BI[0] - BlankBars; end = Status( "lastvisiblebarindex" ) - BI[0] - BlankBars; LBI = LastValue( BarIndex() ); for ( b = LBI; b > Periods; b-- ) { if ( L[b] < = BBBot[b] AND pos <= 0 ) { pos = 1; Buy[b] = True; BuyPrice[b] = BBBot[b]; } else if ( H[b] >= BBTop[b] AND Pos >= 0 ) { Pos = -1; Sell[b] = True; SellPrice[b] = BBTop[b]; } } Short = Sell; ShortPrice = SellPrice; Cover = Buy; CoverPrice = BuyPrice; Eq = Equity( 1 ); if ( ParamToggle( "Equity", "HIDE|SHOW", 0 ) ) Plot( Eq, "", colorYellow, 1 | styleOwnScale ); ShowTriangles = ParamToggle( "Arrows", "HIDE|SHOW", 1 ); if ( showTriangles ) { PlotShapes( IIf( Buy, shapeSmallUpTriangle, shapeNone ), 5, 0, BuyPrice, 0 ); PlotShapes( IIf( Sell, shapeHollowDownTriangle, shapeNone ), 4, 0, SellPrice, 0 ); PlotShapes( IIf( Cover, shapeHollowUpTriangle, shapeNone ), 5, 0, CoverPrice, 0 ); PlotShapes( IIf( Short, shapeSmallDownTriangle, shapeNone ), 4, 0, ShortPrice, 0 ); } if ( ParamToggle( "Trade Lines", "HIDE|SHOW", 0 ) ) { Sig = Buy OR Short; signum = Cum( Sig ); y0 = 0; y1 = C[0]; TPrice = C; Shortcolor = LongColor = colorWhite; for ( b = start ;b < end ;b++ ) { if ( Sig[b] ) { x0 = y0; x1 = y1; y0 = b; if ( Buy[b] ) { y1 = BuyPrice[b]; Color = Shortcolor; } else if ( Short[b] ) { y1 = ShortPrice[b]; Color = Longcolor; } if( SigNum[b] > 1 ) Plot( LineArray( x0, x1, y0, y1 ), "", Color, 1 | styleThick ); } } } _SECTION_END(); |
【 More About Bollinger Band Zig Zag Indicator for Amibroker AFL ⋡
♌
DOWNLOAD BOLLINGER BAND ZIG ZAG INDICATOR AFL CODE
Download Amibroker AFL Script directly from here. If you are not familiar with copy-paste to input AFL then you may download a raw file from here. This gives you a direct AFL File. Just download it and copy the file and paste it into the Amibroker formulas folder. Open Amibroker Software and watch the AFL in AFL Section.
♍
BOLLINGER BAND ZIG ZAG INDICATOR AFL CHART
In the trading world, there is one line expressed. Chart Can Talk. Yes, that’s true. In every chart like Amibroker AFL Chart or MT4 Chart can talk. The chart shows you the actual situation in the market. Buy-Sell Signal may generate and interpret clearly. That’s why anyone can find out the reality.
♊
BOLLINGER BAND ZIG ZAG INDICATOR AFL VIDEO
Every Stock Trading or Forex trading needs a platform where anyone can get the freedom to analyze. This Amibroker AFL Script gives you those opportunities. But if you do not catch the real signal in real-time then you lose money as well as waste time. For this reason, watch videos first and then earn. Don’t lose money.
What Are You Waiting For?
Find the Latest Amibroker AFL Scripts. It’s absolutely Free!
AMIBROKER AFL SCRIPTS ➜
“The parable of those who spend their substance in the way of Allah is that of a grain of corn: it groweth seven ears, and each ear Hath a hundred grains.Allah giveth manifold increase to whom He pleaseth: And Allah careth for all and He knoweth all things.” | Al-Quran (Surah Al-Baqara, 261)
0 thoughts on “Download Bollinger Band Zig Zag Indicator AFL (Script)”