get_order_blocks
Identify institutional order accumulation zones using volume analysis on Bybit trading pairs. Detect bullish and bearish order blocks via volume peaks and monitor mitigation status for actionable insights.
Instructions
Detect institutional order accumulation zones based on volume analysis. Identifies bullish and bearish order blocks using volume peaks and tracks their mitigation status.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bearishBlocks | No | Number of bearish blocks to track (default: 3) | |
bullishBlocks | No | Number of bullish blocks to track (default: 3) | |
category | Yes | Category of the instrument | |
interval | Yes | Kline interval | |
limit | No | Historical data points to analyse (default: 200) | |
mitigationMethod | No | Mitigation detection method (default: wick) | |
symbol | Yes | Trading pair symbol (e.g., 'BTCUSDT') | |
volumePivotLength | No | Volume pivot detection period (default: 5) |