indicator_chaikin_oscillator
Calculate the Chaikin Oscillator to measure accumulation/distribution momentum for crypto trading pairs. Specify symbol, timeframe, and periods to analyze market pressure.
Instructions
Calculate the Chaikin Oscillator (CMO) - measures accumulation/distribution momentum
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 CMO | |
| slowPeriod | No | Slow period for CMO |