strategy_rsi2
Generate short-term mean reversion signals with 2-period RSI, returning buy, hold, or sell actions for any trading pair.
Instructions
RSI2 Strategy - short-term mean reversion signals using 2-period RSI. Returns: -1 (SELL), 0 (HOLD), 1 (BUY)
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 |