Pivot Points

pivot(candles: List[[Candle]]) -> List[Pivot]

where Pivot this is object with fields: pivot, s1, s2, s3, s4, r1, r2, r3, r4

Last updated