get_news_by_signal
Filter cryptocurrency news by trading signal type—bullish, bearish, or neutral—to identify market-relevant articles for informed trading decisions.
Instructions
Get news filtered by trading signal type.
Args: signal: The signal type: "long" (bullish), "short" (bearish), or "neutral". limit: Maximum results (default 10, max 100).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal | Yes | ||
| limit | No |