sar(candles: List[[Candle]], af: float = 0.02, amax: float = 0.2) -> List[Decimal]
sar(
candles
: List[[
Candle
]], af: float = 0.02, amax: float = 0.2) -> List[Decimal]
Last updated 3 months ago