Learn R Programming

QuantTools (version 0.5.3)

roll_percent_rank: Rolling Percent Rank

Description

Rolling percent rank normalizes values to a range from 0 to 100.

Usage

roll_percent_rank(x, n)

Arguments

x
numeric vector
n
window size

See Also

Other technical indicators: bbands, crossover, ema, roll_lm, roll_range, roll_sd, roll_volume_profile, rsi, sma, stochastic