stoch(candles: List[[Candle]], period: int = 14) -> List[Decimal]
stoch(
candles
: List[[
Candle
]], period: int = 14) -> List[Decimal]
Last updated 3 months ago