Percentage Price Oscillator
Explore how the Percentage Price Oscillator in Origami Tech tracks the difference between moving averages to gauge market momentum.
Last updated
Explore how the Percentage Price Oscillator in Origami Tech tracks the difference between moving averages to gauge market momentum.
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