indicator_kdj
Calculate the KDJ indicator for any trading pair to combine stochastic and momentum signals, helping identify trend strength and potential reversals.
Instructions
Calculate the KDJ Indicator - combines stochastic and momentum signals for trend analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| period | No | Period length | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |
| signalPeriod | No | Signal period for KDJ |