indicator_ppo
Compute the Percentage Price Oscillator (PPO) for any trading pair to analyze momentum and identify trend reversals. Adjust fast, slow, and signal periods to match your strategy.
Instructions
Calculate the Percentage Price Oscillator (PPO) - shows the relationship between two EMAs as a percentage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |
| fastPeriod | No | Fast period for PPO | |
| slowPeriod | No | Slow period for PPO | |
| signalPeriod | No | Signal period for PPO |