Learn how to use the Stop and Reverse (SAR) indicator in Origami Tech to detect potential trend reversals and manage automated trading positions.
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 1 year ago