Indicators¶
Some tools to compute financial indicators. Currently contains the Bollinger Band (bollinger_band), Commodity Channel Index (cci), Hull Moving Average (hma), Moving Average Convergence Divergence (macd_hist, macd_line, signal_line), and Relative Strenght Index (rsi).
Financial indicators¶
|
Compute the bollinger bands of size w for each X' series'. |
|
Compute Commodity Channel Index of size w for each X' series'. |
|
Compute the Hull Moving Average of size w for each X' series'. |
|
Compute Moving Average Convergence Divergence Histogram. |
|
Compute Moving Average Convergence Divergence Line. |
|
Compute Relative Strenght Index. |
|
MACD Signal Line for window of size w with slow and fast lenght. |