get_execution_snapshot
Capture a read-only bid/ask snapshot for one or more symbols, normalizing spread and filtering crossed or stale quotes. Use it to verify current market scanner conditions before making trading decisions.
Instructions
Observe read-only TradingView scanner bid/ask conditions for one or more symbols. It normalizes spread and tick/pip units, rejects crossed quotes and delayed data, and reports ready only when a streaming bid/ask change is observed after the request. It does not access accounts or create, modify, or execute orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | ||
| max_quote_age_ms | No | Maximum age of chart lp_time or a locally observed scanner update. Default: 5000 | |
| sample_interval_ms | No | Polling interval while waiting for an update. Default: 300 | |
| wait_for_update_ms | No | How long to poll for a post-request bid/ask change. Default: 1200 |