For the complete documentation index, see llms.txt. This page is also available as Markdown.

Percentage Price Oscillator

Explore how the Percentage Price Oscillator in Origami Tech tracks the difference between moving averages to gauge market momentum.

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