Download Volume Histogram AFL (Script)
VOLUME HISTOGRAM 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 VOLUME HISTOGRAM 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 Volume Histogram 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 | //------------------------------------------------------------------------------ // Formula Name : VOLUME HISTOGRAM 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(); //------------------------------------------------------------------------------ // Volume Bar Chart | //=========================================================================| _SECTION_BEGIN("Volume Bar Chart"); SetChartOptions(0,chartShowArrows|chartShowDates); SetChartOptions(0,chartShowArrows|chartShowDates); Title = ("Marar Volume Histogram - " + Name()+" " + Date() +" "+Interval(2) +" "+ EncodeColor(colorLime)+",Open "+Open +" ,High "+H+" ,Low "+L+" ,Close "+C+" "+"{{VALUES}}"); Vlp=Param("Volume lookback period",150,20,300,10); SetChartOptions(0,chartShowArrows|chartShowDates); DTL=Param("Linear regression period",60,10,100,10); Vlp=Param("Volume lookback period",30,20,300,10); Vrg=MA(V,Vlp);// average volume rg=(H-L); arg=Wilders(rg,30); Vh=V>Ref(V,-1) AND Ref(V,-1)>Ref(V,-2); Cloc=C-L; x=(H-L)/Cloc; x1=IIf(Cloc=0,arg,x); Vb=V>Vrg OR V>Ref(V,-1); ucls=x1<2; dcls=x1>2; mcls=x1<2.2 AND x1>1.8 ; Vlcls=x1>4; Vhcls=x1<1.35; j=MA(C,5); TLL=LinRegSlope(j,40) ; Tlm=LinRegSlope(j,10) ; tls=LinRegSlope(j,3); upbar=C>Ref(C,-1); dnbar=C<ref (C,-1); CloseUp = C>Ref(C,-1); Closedn = C</ref><ref (C,-1); VolUp = V>Ref(V,-1); VolDn = V</ref><ref (V,-1); bb1 = upbar AND CloseUp AND ucls AND L>Ref(L,-1); bb2 = upbar AND VolUp; bb3 = dnbar AND CloseDn AND VolDn; bb4 = dnbar AND CloseDn AND C>Ref(L,-1); db1 = dnbar AND CloseDn AND dcls; db2 = dnbar AND VolUp ; db3 = upbar AND CloseDn AND VolUp; db4 = upbar AND CloseDn AND C</ref><ref (L,-1) AND dcls; db5 = upbar AND CloseUp AND ucls AND L<Ref(L,-1); db6 = upbar AND CloseUp AND dcls; bb=(bb1 OR bb2 OR bb3 OR bb4); db=(db1 OR db2 OR db3 OR db4 OR db5 OR db6); Plot(Vrg,"average volume",colorYellow,32|styleThick); Plot(WMA(V,150),"Long term average",colorOrange,32|styleThick); GraphXSpace = 5; GraphXSpace = 5; SetBarFillColor( IIf(bb AND tls>0, colorGreen,IIf(db AND tls<0,colorDarkRed,colorWhite)) ); PlotOHLC(0,V,0,V,"price",IIf(bb AND tls>0, colorLime,IIf(db AND tls<0,colorRed,colorGrey50)), styleCandle ) ; Plot(Vrg,"average volume",colorYellow,32|styleThick); PlotOHLC( Vrg, Vrg, 0, 0, "", 31,styleCloud ); </ref> |
【 More About Volume Histogram for Amibroker AFL ⋡
♌
DOWNLOAD VOLUME HISTOGRAM 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.
♍
VOLUME HISTOGRAM 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.
♊
VOLUME HISTOGRAM 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 Volume Histogram AFL (Script)”