indicator_pvo
Compute the Percentage Volume Oscillator (PVO) to measure volume momentum as the percentage difference between fast and slow EMAs, with configurable periods.
Instructions
Calculate the Percentage Volume Oscillator (PVO) - measures volume momentum as percentage difference between EMAs
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 PVO | |
| slowPeriod | No | Slow period for PVO | |
| signalPeriod | No | Signal period for PVO |