Formula Money Flow Index

Da traderpedia.
Jump to navigation Jump to search

Di seguito vengono riportate le formule per MetaStock per il calcolo del Money Flow Index.
Categoria: Nuovi/Ibridi
Formula per MetaStock™:

INIZIO FORMULE
§ Positive Money Flow
Prd:= 14; {standard=14}
sum ( if ( typ( ) ,> ,ref( typ( ) ,-1 ) ,V * typ( ) ,0 ) , Prd)
§ Negative Money Flow
Prd:= 14; {standard=14}
sum(if(typ(),<,ref(typ(),-1),V*typ()*-1,0), Prd)
§ Money Flow Ratio
fml ( "§ Positive Money Flow" ) / fml ("§ Negative Money Flow" )
§ Money Flow Index
100 - ( 100 / ( 1 + fml ( "§ Money Flow Ratio" ) ) )
FINE FORMULE
I periodi di tempo sono modificabili cambiando il valore della variabile “Prd” nelle formule Positive e Negative Money Flow.

Vedi anche: