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

Or browse all 158 indicators in the full library.

Build a bot that trades on Connors RSI — the first backtest is free.

Run a free backtest