trix(candles: List[[Candle]], period: int = 14, column: str = "close") -> List[Decimal]
trix(
candles
: List[[
Candle
]], period: int = 14, column: str = "close") -> List[Decimal]
Last updated 3 months ago