smc_get_market_structure
Identify market structure by detecting swing points, break of structure (BOS), change of character (CHoCH), and trend bias for any instrument and timeframe.
Instructions
Read market structure: swing points, BOS/CHoCH events, and trend bias.
Returns the chronological sequence of structure breaks and the current directional bias (bullish / bearish / neutral) for the requested instrument and timeframe.
Returns (JSON mode): {"symbol", "interval", "bias", "events": [{"index","price","event","direction","time"}], "swing_count"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |