Formula Negative Volume Index
Versione del 29 apr 2014 alle 18:49 di imported>Stefano Fanton (→Vedi anche:)
NVI è un complemento del PVI.
Categoria: Volume
Formula per MetaStock™:
INIZIO FORMULA
Cum(If(V<Ref(V,-1),ROC(C,1,%),0))
oppure: cum(if(C,>,ref(C,-1),VOLUME,if(C,<,ref(C,-1),-VOLUME,0)))
FINE FORMULA