NormPrice: Normalized Price

Description Usage Arguments Value Author(s) Examples

Description

Compute the normalized price

Usage

1
NormPrice(price, scale = 100)

Arguments

price

vector or xts, historical series of prices

scale

integer, scale of the result

Value

vector or xts, historical series of normalized prices to the inserted scale

Author(s)

Paolo Montemurro <montep@usi.ch>

Examples

1
2
p <- c( 20, 22, 24, 25, 23, 26, 28, 26, 29, 27, 28, 30, 27, 29, 28 )
NormPrice(p,1)

giovannikraushaar/TradingIndicatoR documentation built on May 20, 2019, 12:14 p.m.