indicator_bop
Calculate Balance of Power (BOP) from OHLCV data to gauge buying vs selling pressure. Specify symbol, timeframe, and limit to analyze market sentiment.
Instructions
Calculate the Balance of Power (BOP) - gauges buying vs. selling pressure based on price movement
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |