indicator_ao
Calculate the Awesome Oscillator (AO) to gauge market momentum from SMA differences. Specify a trading pair and timeframe to receive momentum signals for trading decisions.
Instructions
Calculate the Awesome Oscillator (AO) - measures market momentum using SMA differences
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 AO | |
| slowPeriod | No | Slow period for AO |