orderflow_read
Aggressor-side order flow: buy and sell volume separated by who crossed the spread, delta, the footprint by price level, the point of control, and absorption or stacked imbalance. Measured from the venue aggressor tag, not inferred from bar direction — use it when the question is who is being aggressive, which candles cannot answer. For one candle pass candleTime, which reads exactly that bar; otherwise it reads the last minutes. Report coveredMinutes, not the minutes asked for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| levels | No | Price rows. Default 12, max 40. | |
| market | No | Default: the chart. | |
| symbol | No | Default: the chart. | |
| endTime | No | Window end, default now. | |
| minutes | No | Default 15, max 60. | |
| exchange | No | ||
| timeframe | No | With candleTime. Defaults to the chart timeframe. | |
| bucketSize | No | Price bucket width. Omit unless matching a footprint on screen. | |
| candleTime | No | A bar open time, s or ms: reads that whole candle. | |
| includeSignals | No | Absorption and stacked imbalance. Default true. |