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
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 20 | The lookback period in minutes |
fastPeriod | number | 12 | Fast EMA period |
slowPeriod | number | 26 | Slow EMA period |
signalPeriod | number | 9 | Signal line period |
SQL example
TICK ppo WITH minutes=20 > 0 THEN order SET size=100, price=51.00, transmit=trueultimateoscillator
Ultimate Oscillator is a momentum oscillator that uses multiple timeframes to measure buying and selling pressure. It helps identify overbought and oversold conditions and potential trend reversals.
pricechannelindex
Price Channel Index (PCI) is a momentum oscillator that measures the current price relative to its price channel. It helps identify overbought and oversold conditions and potential trend reversals.