TA-Lib#
Calculate the Double Exponential Moving Average (dema) for X in a sliding window of the given length. |
|
Calculate the Exponential Moving Average (ema) for X in a count-based sliding window of the given length. |
|
Calculate the Exponential Moving Average (ema) for X in a sliding window of the given length. |
|
Calculate the Kaufman Adaptive Moving Average for X with a rolling window. |
|
Calculate the moving linear regression for X. |
|
Calculate the moving average (whose type is determined by maType) in a sliding window of the given length. |
|
Calculate the Simple Moving Average (sma) for X in a sliding window of the given length. |
|
Calculate the Triple Exponential Moving Average (t3) for X in a sliding window of the given length. |
|
Calculate the Triple Exponential Moving Average (tema) for X in a sliding window of the given length. |
|
Calculate the Triangular Moving Average (trima) for X in a sliding window of the given length. |
|
Calculate the Weighted Moving Average (wma) for X in a sliding window of the given length. |
|
Calculate the Exponential Moving Average (ema) for X in a sliding window of the given length. |