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