indicator_vpt
Compute Volume Price Trend (VPT) to relate volume with price direction for crypto trading pairs. Helps identify buying or selling pressure by analyzing OHLCV data across multiple timeframes.
Instructions
Calculate the Volume Price Trend (VPT) - relates volume to price change direction
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 |