MOMENTUM & OSCILLATORS

RAVI

A trend-versus-chop filter: it stays near zero while the market drifts and grows when a real trend takes hold.

spec id: ravishort (default 7) · long (default 65)

What does RAVI measure?

A trend-versus-chop filter: it stays near zero while the market drifts and grows when a real trend takes hold.

How is RAVI calculated?

Take the 7-candle average of the close and the 65-candle average, and express the gap between them as a percentage of the long one.

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 RAVI in a bot?

In the builder, add an indicator of type ravi (parameters: short, default 7; long, default 65). 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 RAVI — the first backtest is free.

Run a free backtest