Description Usage Arguments Value
This function calculates common indicators such as moving averages and RSI
1 | f_indicator(data, n = 10, m = 5)
|
data |
a data.table obtained from f_load |
n |
number of days used to calculate the slope of moving average. Default is 10 |
m |
number of days used to calculate moving average. Default is 5 |
A data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.