indicators_regime-classify
Classify market regime by combining trend, volatility, RSI, and directional signals. Get strategy suggestions (momentum/mean-reversion/risk-off) from price data.
Instructions
Combined regime classification: trend, vol, RSI, direction, strategy suggestion. Replaces technical + regime + realized-vol.
Use when you need a complete market regime assessment combining trend, volatility, RSI, and directional signals. Instead of calling technical + regime + realized-vol separately, this returns everything in one call. Provide closing prices (min 30). Returns: trend direction, volatility regime, RSI, SMA, strategy suggestion (momentum/mean-reversion/risk-off). PAID ONLY — no free tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lows | No | Low prices (optional, improves vol estimate) | |
| highs | No | High prices (optional, improves vol estimate) | |
| opens | No | Opening prices (optional, improves vol estimate) | |
| closes | Yes | Closing prices | |
| rsi_period | No | RSI period | |
| sma_period | No | SMA period for trend | |
| vol_window | No | Rolling vol window |