VOLATILITY, DISPERSION & CANDLES

Chandelier exit

A trailing stop that hangs from the recent extreme, a set distance away.

spec id: chandelieroutputs: long · shortlength (default 22) · mult (default 3)

What does Chandelier exit measure?

A trailing stop that hangs from the recent extreme, a set distance away. It rises with a winning trade and never falls, so it locks in ground without crowding normal noise.

How is Chandelier exit calculated?

For the long version, take the highest high of the last 22 candles and drop down by 3 times the 22-candle average true range. For the short version, take the lowest low and add the same distance.

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

In the builder, add an indicator of type chandelier (parameters: length, default 22; mult, default 3). Its output series — long, short — become operands 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 Chandelier exit — the first backtest is free.

Run a free backtest