tv_screener_run
Filter and rank instruments by indicator or fundamental values with a TradingView screener query. Find oversold pairs, volume leaders, and more.
Instructions
Run a TradingView screener query (unauthenticated scanner, ~3000 fields).
Use for: ranking/filtering instruments by indicator or fundamental values, finding oversold pairs, volume leaders, etc. US-equity quotes are 15-min delayed; forex/crypto are near-realtime. Timeframe-scoped fields take a suffix, e.g. 'RSI|15' for M15 RSI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (1-200) | |
| market | No | Scanner market: forex, crypto, america, futures, bond, cfd, coin, ... | forex |
| columns | No | Scanner fields to return, e.g. ['name','close','change','RSI','Recommend.All']. Default: name/close/change/volume. | |
| filters | No | Filter triples [field, op, value]; ops: > >= < <= == != between isin. Example: [['RSI','<',30], ['close','>',1.05]] | |
| order_by | No | Field to sort by (descending) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||