get_chart_context
Retrieve the current TradingView layout state, including each chart's symbol, timeframe, active indicators, and the active chart. Use this first to understand what the user is viewing.
Instructions
Get the current TradingView layout state: every chart's symbol, timeframe and active indicators as {id, name} (the id is what get_indicator_* tools accept as study_id), plus which chart is active. Call this first to know what the user is looking at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||