Indicators

ppo

Percentage Price Oscillator (PPO) is a momentum oscillator that shows the percentage difference between two moving averages. It is similar to MACD but uses percentage difference instead of absolute difference, making it more suitable for comparing different securities.

ppo (tick)

Percentage Price Oscillator (PPO) is a momentum oscillator that shows the percentage difference between two moving averages. It is similar to MACD but uses percentage difference instead of absolute difference, making it more suitable for comparing different securities.

Input parameters

PropTypeDefaultDescription
minutes*number20The lookback period in minutes
fastPeriodnumber12Fast EMA period
slowPeriodnumber26Slow EMA period
signalPeriodnumber9Signal line period

SQL example

TICK ppo WITH minutes=20 > 0 THEN order SET size=100, price=51.00, transmit=true

On this page