Add Ticker24h support: hourly market snapshots with USD-normalized volume filtering
This commit is contained in:
@@ -22,6 +22,7 @@ Available to all agents:
|
||||
| `PythonList` | List existing scripts by category (`strategy`, `indicator`, or `research`) |
|
||||
| `SymbolLookup` | Resolve a ticker to the correct `SYMBOL.EXCHANGE` format |
|
||||
| `GetChartData` | Fetch raw OHLC data (casual retrieval only — use `Spawn` research for analysis) |
|
||||
| `GetTicker24h` | Fetch 24h market stats for all symbols on an exchange, sorted by USD volume — use this to build scanner universes without burning OHLC bar budget |
|
||||
| `WebSearch` | Search the web (Tavily) |
|
||||
| `FetchPage` | Fetch and read a web page or PDF |
|
||||
| `ArxivSearch` | Search arXiv for academic papers |
|
||||
|
||||
Reference in New Issue
Block a user