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 ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Accumulation and Distribution for Amibroker (AFL)

Rating:
3 / 5 (Votes 4)
Tags:
amibroker

Find accumulation and distribution graph

Indicator / Formula

Copy & Paste Friendly
R = ((HHV(H,13) - C) /(HHV (H,13) -LLV (L,13))) *-100;
Period = 13;
EMA1 = EMA(R,Period);
EMA2 = EMA(EMA1,13);
selisih = EMA1 - EMA2;
nirjeda = EMA1 + selisih;
PR = 0-abs(nirjeda);
ratagerak = MA(PR,5);

//warna
naik = PR>=ratagerak AND PR>=Ref(PR,-1) ;
turun = (PR < ratagerak) OR PR>= ratagerak AND PR< Ref(PR,-1) ;
barcolor = IIf( turun,colorRed, IIf( naik, colorBrightGreen, 7));

Graph0 = PR;
Graph1 = ratagerak;
Graph0BarColor = ValueWhen( barcolor != 0, barcolor );

4 comments

1. roni

sangat bagus, sy cocokan dg transaksi histori saat acumulasi hijau saat distribusi merah…

2. ppaskawati

Terima kasih. Good indicator.

3. putu oka

Terima kasih mudah dipahami

4. luthfi

Cara menambahkan fitur exploration di afl ini gimana ya?

Leave Comment

Please login here to leave a comment.

Back