atr(candles: List[[Candle]], period: int = 14) -> List[Decimal]
atr(
candles
: List[[
Candle
]], period: int = 14) -> List[Decimal]
Last updated 28 days ago