Learn R Programming

avfintools (version 0.1.0)

nvi: Negative Volume Index

Description

Calculates the negative volume index, uses closing price of the time period

Usage

nvi(df)

Value

Returns a 1 x # of columns in df dataframe

Arguments

df

Dataframe with price data.

Examples

Run this code
nvi(tail(SPYdaily, 200))

Run the code above in your browser using DataLab