KeltnerBands: Compute Keltner Bands

Description Usage Arguments

View source: R/indicators.R

Description

Compute Keltner Bands

Usage

1
KeltnerBands(x, n.ema = 21, n.atr = 21, multiplier = 2, maType = "EMA")

Arguments

x

xts price data

n.ema

Period of the EMA

n.atr

Period of the ATR

multiplier

Used to define the width of the band

maType

Type of moving average


martinbel/TradingTools documentation built on June 13, 2021, 4:21 a.m.