Compute Keltner Bands
1 | KeltnerBands(x, n.ema = 21, n.atr = 21, multiplier = 2, maType = "EMA")
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.