Indicator | R Documentation |
Indicators serves for calculating rules
Indicator(lookforward = Inf, vars = NULL, ...)
lookforward |
numeric / expression. If it is numeric then after that number of points all indicators will be recalculated. If it is expression then it should return logical. It will indicate recalculate indicators or not. |
vars |
character vector, which names are defined in expr. This field is necessary for definition of indicators dependencies. Update of one indicator trigger another indicators for update. |
... |
args passed to Signal |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.