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

AMPLIFIER INDICATOR_MFI for Amibroker (AFL)

Rating:
4 / 5 (Votes 2)
Tags:
oscillator, amibroker

MFI calculated value of heiken Ashi and is amplified in 6 directions

Similar Indicators / Formulas

Febo RSI ..real indicator
Submitted by abhinavsingh over 12 years ago
Trading Volume Statistic
Submitted by tuanstock1 almost 10 years ago
Ergodic Oscillator
Submitted by dljtrader over 13 years ago
3 Days Track
Submitted by janet0211 almost 14 years ago
Chande Momentum Oscillator
Submitted by klimpek over 13 years ago
BoH Risk Aversion Indicator
Submitted by genkumag over 12 years ago

Indicator / Formula

Copy & Paste Friendly
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 ) );

Periods=Param( "Periods",14, 2, 222, 1);

tp=(HaClose +HaHigh +HaLow )/3*(1+(HaClose -HaOpen )/HaOpen)*(1+(HaClose -Ref( HaClose, -1 ))/Ref( HaClose, -1) )*(1+(HaOpen -Ref( HaOpen, -1 ))/Ref( HaOpen, -1) )*(1+(Close -Ref( Close, -1 ))/Ref( Close, -1) )*(1+(Open -Ref( Open, -1 ))/Ref( Open, -1) )*(1+(Close -Open)/Open );

newMFI=100 -(100 /(1 + Sum(IIf(Tp>Ref(Tp,-1),V*Tp,0),Periods) /
Sum(IIf(Tp<Ref(Tp,-1),V * Tp,0),Periods) ) );

Plot(newMFI, _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") );

2 comments

1. soi_nhan

it’s my code ! i’m wrote it and post it in my website on aug, 25th, 2011 !
!
http://srsc.com.vn/forum/ami-codes/6407-bo-chi-bao-dong-tien-money-flow-index-group.html#axzz1WfGer100
bạn Ngotansy chắc là người việt ! tôi nghĩ bạn nên chú thích về nguồn gốc của nó trước khi public nó ra ngoài chứ !

2. administrator

soi_nhan, would you like me to remove it from the site? The user should have at have asked you for permission before posting here.

Leave Comment

Please login here to leave a comment.

Back