indicator_msum
Calculate the moving sum of prices for a trading pair over a rolling period to identify cumulative price trends and momentum.
Instructions
Calculate the Moving Sum (MSUM) - calculates the sum of prices over a rolling period
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 |