indicator_mmax
Computes the moving maximum price for a trading pair over a selected rolling period, helping identify highs and trend strength. Specify symbol, timeframe, and period.
Instructions
Calculate the Moving Max (MMAX) - computes the maximum price 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 |