rank_by_ta
Ranks symbols by weighted technical analysis scores across timeframes. Shows which have stronger overall TA signals.
Instructions
Rank symbols by weighted technical analysis scores across timeframes. Useful for comparing which symbols have the strongest overall TA signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Array of ticker symbols to rank (e.g., ['NASDAQ:AAPL', 'NASDAQ:MSFT', 'NASDAQ:NVDA']). Maximum 50. | |
| weights | No | Per-timeframe weights for ranking. Unspecified timeframes default to weight 1. Example: {"1D": 3, "1W": 2} | |
| timeframes | No | Timeframes for TA analysis (default: ['60', '240', '1D', '1W']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ranked | Yes | ||
| weights | Yes | ||
| metadata | Yes | ||
| timeframes | Yes | ||
| excluded_symbols | Yes | ||
| requested_symbols | Yes |