pivot(candles: List[[Candle]]) -> List[Pivot]
pivot(
candles
: List[[
Candle
]]) -> List[Pivot]
where Pivot this is object with fields: pivot, s1, s2, s3, s4, r1, r2, r3, r4
Pivot
pivot
s1
s2
s3
s4
r1
r2
r3
r4
Last updated 3 months ago