get_order_blocks
Identify institutional order accumulation zones in Bybit markets using volume analysis. Tracks bullish and bearish order blocks, their mitigation status, and volume peaks for informed trading decisions.
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) |