smc_find_order_blocks
Identify unmitigated order blocks by detecting the last opposite candle before a structure break. Returns zone levels, direction, and mitigation status for trading analysis.
Instructions
Find order blocks — the last opposite candle before a structure break.
Each block is the institutional footprint before an impulsive move, reported with its zone (top/bottom), direction, and whether price has since mitigated (revisited) it. Unmitigated blocks are the ones traders usually watch.
Returns (JSON mode): {"symbol","interval", "order_blocks": [{"index","top","bottom","kind","break_index", "mitigated","mitigated_index","time"}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |