Percentage Price Oscillator

ppo(candles: List[[Candle]], fast: int = 12, slow: int = 26, signal: int = 9, column: str = "close") -> List[PPO]

where PPO this is object with fields: ppo, signal, histogram

Last updated