View source: R/genericModelStrategy.R
These indicators will be calculated each time when spread updates coefficients indicators must return data.frame or matrix or array
1 2 3 4 5 | addIndicators(this, ...)
## S3 method for class 'modelStrategy'
addIndicators(this, expr, names, as, lookback = 0,
args = list(), ...)
|
this |
model |
... |
params |
expr |
expression |
names |
character vector, names of indicators to include in. |
as |
character, name of set of indicators |
lookback |
numeric, periods of time for calculation |
args |
list, arguments of expression |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.