MOMENTUM & OSCILLATORS
Connors RSI
A mean-reversion gauge that blends three views of "how stretched is this?
spec id: crsirsi (default 3) · streak (default 2) · rank (default 100)
What does Connors RSI measure?
A mean-reversion gauge that blends three views of "how stretched is this?" into one 0-100 number. Very low readings are the classic dip-buy trigger.
How is Connors RSI calculated?
Average three things. First, a short 3-candle RSI of price. Second, an RSI of the up-day/down-day streak (how many candles in a row have gone the same way). Third, where today's one-candle return ranks against the last 100 candles.
Written by reading the engine’s real computation, not a textbook — where the two differ, the page describes what actually runs.
How do I use Connors RSI in a bot?
In the builder, add an indicator of type crsi (parameters: rsi, default 3; streak, default 2; rank, default 100). Its value becomes an operand you can compare in any entry or exit rule. The engine grades the whole rule honestly: real fills, no look-ahead, half the history held back.
Related indicators
- DeMarkerA 0-1 overbought/oversold meter that watches the highs and lows rather than the closes.
- DisparityToday's price expressed as a percentage of its own average — 100 means sitting exactly on the line, 105 means 5% above it.
- DojiA candle that opened and closed at nearly the same price — a standoff.
- Detrended pricePrice with the trend stripped out, so only the shorter cycles remain.
Or browse all 158 indicators in the full library.