get_trade_decision_context
Compile a read-only trade-analysis evidence bundle from chart, OHLCV, key levels, scanner quotes, events, COT, real yield, and bid/ask data, reporting data readiness without making directional recommendations.
Instructions
Build one read-only evidence bundle for trade analysis from a symbol-bound TradingView chart, OHLCV, key levels, scanner MTF/quotes, events, COT, U.S. real yield, and bid/ask execution evidence. decision_status reports only data and gate readiness; it never produces a directional recommendation or changes charts, Pine, alerts, orders, or journals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| symbol | Yes | ||
| countries | No | ||
| timeframes | No | ||
| chart_index | No | ||
| ohlcv_count | No | ||
| min_importance | No | ||
| key_level_limit | No | ||
| auxiliary_symbols | No | ||
| expected_timeframe | Yes | ||
| include_real_yield | No | ||
| require_real_yield | No | ||
| include_positioning | No | ||
| require_positioning | No | ||
| key_level_range_percent | No | ||
| minimum_event_importance | No | ||
| execution_max_quote_age_ms | No | ||
| event_blackout_after_minutes | No | ||
| execution_sample_interval_ms | No | ||
| execution_wait_for_update_ms | No | ||
| event_blackout_before_minutes | No |