liquidity_levels
Identify buy-side and sell-side liquidity levels, sweep status, relative-equal pools, and nearest untaken targets for crypto and stocks using ICT concepts.
Instructions
ICT liquidity levels: buy-side liquidity (above swing highs) & sell-side (below swing lows), sweep/taken status, relative-equal pools, and nearest untaken targets — ICT liquidity levels: buy-side liquidity (above swing highs) & sell-side (below swing lows), sweep/taken status, relative-equal pools, and nearest untaken targets. Crypto or stocks.
Example: /v1/liquidity-levels?symbol=TQQQ&timeframe=1h
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Required. e.g. BTC, NVDA, TQQQ (or any with &class=). | |
| lookback | No | Optional. Candles to analyze (default 300, max 500). | |
| timeframe | No | Optional. 1m..1W (default 1h). | |
| swing_length | No | Optional. Pivot strength — bars each side of a swing (default 5). Tune to match your chart indicator. | |
| include_swept | No | Optional. true to include already-taken levels (default false = resting only). | |
| equal_threshold_pct | No | Optional. Group swings within this % as relative-equal pools (default 0.1). |