indicator_macd
Calculate MACD for trading pairs to track momentum and trend direction via EMA differences. Customize periods and timeframe for precise analysis.
Instructions
Calculate the MACD - tracks momentum and trend direction via EMA 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 MACD | |
| slowPeriod | No | Slow period for MACD | |
| signalPeriod | No | Signal period for MACD |