experimental.kaufmansAMA() function
The experimental.kaufmansAMA()
function is subject to change at any time.
By using this function, you accept the risks of experimental functions.
The experimental.kaufmansAMA()
function calculates the Kaufman’s Adaptive Moving Average (KAMA)
of input tables using the _value
column in each table.
Function type: Transformation
import "experimental"
experimental.kaufmansAMA(n: 10)
Kaufman’s Adaptive Moving Average is a trend-following indicator designed to account for market noise or volatility.
Parameters
n
The period or number of points to use in the calculation.
Data type: Integer
Examples
import "experimental"
experimental.from(bucket: "example-bucket"):
|> range(start: -7d)
|> kaufmansAMA(n: 10)
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB and this documentation. To find support, the following resources are available:
InfluxDB Cloud and InfluxDB Enterprise customers can contact InfluxData Support.