indicator_vwma
Calculate Volume Weighted Moving Average (VWMA) to evaluate trend strength by factoring volume into price averages.
Instructions
Calculate the Volume Weighted Moving Average (VWMA) - incorporates volume into moving averages for trend strength
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| period | No | Period length | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |