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

Flat Market Indicator (FMI) for Metastock
chsmcp
about 11 years ago
Metastock

Rating:
2 / 5 (Votes 3)
Tags:
metastock

Indicator useful to identifies possible congestions

Similar Indicators / Formulas

Adaptive Wilders Smoothing
Submitted by aashish51 about 12 years ago
Ortalama fiyat degiskenligi gostergesi
Submitted by tasma about 12 years ago
O.B.V. Good example of if() func
Submitted by karim.chakib over 10 years ago
Cycle Indicator by Bill Irwin
Submitted by roszyk about 13 years ago
Price Action Indicator (PAIN)
Submitted by star123 over 13 years ago
Moving Average of Only One Day of a the Week
Submitted by star123 over 13 years ago

Indicator / Formula

Copy & Paste Friendly
per1:=Input("Period",1,200,3);
MMA:=Mov(C,per1,E);
SMMA:=Mov(MMA,per1,E);
IMPETMMA:=MMA - Ref(MMA,-1);
IMPETSMMA:=SMMA - Ref(SMMA,-1);
DIVMA:= Abs(MMA - SMMA);
AVERIMPET:= (IMPETMMA+IMPETSMMA)/2;
TDF:= Power(DIVMA,1)*Power(AVERIMPET,3);
NTDF:=TDF/HHV(Abs(TDF),per1*3);
0.05;Abs(ntdf);

2 comments

1. adesara

?

2. kasper

not working

please compleate this indicator

thanks

Leave Comment

Please login here to leave a comment.

Back