> For the complete documentation index, see [llms.txt](https://docs.origami.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.tech/function/technical-analysis/percentage-price-oscillator.md).

# Percentage Price Oscillator

## [Percentage Price Oscillator](/function/technical-analysis.md#percentage-price-oscillator)

<mark style="color:red;">`ppo(`</mark>[<mark style="color:blue;">`candles`</mark>](/function/functions/candles.md)<mark style="color:red;">`: List[[`</mark>[<mark style="color:blue;">`Candle`</mark>](/function/structures.md#candle)<mark style="color:red;">`]], fast: int = 12, slow: int = 26, signal: int = 9, column: str = "close") -> List[PPO]`</mark>

where <mark style="color:red;">`PPO`</mark> this is object with fields: <mark style="color:red;">`ppo`</mark>, <mark style="color:red;">`signal`</mark>, <mark style="color:red;">`histogram`</mark>
