Kaufman's Adaptive Moving Average

kama(candles: List[[Candle]], er: int = 10, fast: int = 2, slow: int = 30, period: int = 20, column: str = "close") -> List[Decimal]

Last updated