Explore the TEMA Oscillator in Origami Tech, designed to minimize lag and enhance signal precision in momentum-based trading systems.
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 1 year ago