Keltner Channels

kc(candles: List[[Candle]], period: int = 20, atr_period: int = 10, kc_mult: float: 2) -> List[KC]

where KC this is object with fields upper, lower

Last updated