Learn R Programming

avfintools (version 0.1.0)

volp: Relative percentage from the Maximum Value

Description

Returns the percent of the maximum volume movement from data

Usage

volp(df)

Value

Returns a 1 x # of columns in df dataframe in percentage

Arguments

df

Dataframe with price data.

Examples

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

Run the code above in your browser using DataLab