rank_by_ta
Rank multiple symbols by their weighted technical analysis scores across selected timeframes to identify the strongest 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']) |