indicator_apo
Calculate the Absolute Price Oscillator (APO) to measure the difference between two exponential moving averages and identify trend strength in trading pairs.
Instructions
Calculate the Absolute Price Oscillator (APO) - measures difference between two EMAs to identify trend strength
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 APO | |
| slowPeriod | No | Slow period for APO |