get_trading_signals
Generate trading signals for assets like BTC and ETH, with adjustable confidence thresholds and optional prediction market momentum for refined recommendations.
Instructions
Generate trading signals for specified assets.
Args: assets: List of assets to analyze (default: BTC, ETH) include_prediction_markets: Include prediction market momentum min_confidence: Minimum confidence threshold (0-100)
Returns: Dict containing signals, metadata, and recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assets | No | ||
| min_confidence | No | ||
| include_prediction_markets | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |