indicator_vwap
Calculates Volume Weighted Average Price (VWAP) from OHLCV data for any trading pair, helping identify true market value and trend direction.
Instructions
Calculate the Volume Weighted Average Price (VWAP) - average price weighted by volume
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 |