indicator_rma
Calculates the Rolling Moving Average (RMA) to smooth price trends. Uses a rolling EMA to reduce noise and highlight market direction.
Instructions
Calculate the Rolling Moving Average (RMA) - applies a rolling EMA for smoother trend tracking
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 |