Available translations

Chandelier Exit

foundations.png
Summary: The Chandelier exit - this indicator uses the Average True Range (ATR) to identify stop loss exit points depending on the trend direction of the position taken.
Chandelier Exit on the Charts
Alexander Elder introduced Chuck LeBeau's Chandelier Exits trend-following system in his 2002 book Come Into My Trading Room. Chandelier Exits borrow their name from chandeliers that hang from the ceiling of a house.
Chandelier Exit is based on the Average True Range (ATR) indicator. It is designed to keep traders in the trend until a defined trend reversal happens. Traders use CE to maximize their returns in a trade and make stop loss exit decisions. It is based on the principle that a trend reversal is highly probable when the price of an asset moves against an existing trend up to three times the average volatility. It uses the high and low prices over a defined period of time to compute the CE value.
The length of the ATR, and the multiplier can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under ’Chandelier Exit’ Procedure Loop.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
Chandelier-Exit CE longStop, shortStop, dir
Examples:
This indicator can be used for calculating a stop loss value as below:
 chart.at01hs.CE.longstop
It could also be used to enter a trade when a candle closes above the stop line and the trend direction is upwards (1):
 chart.at30min.candle.close > chart.at30min.CE.longStop && chart.at30min.CE.dir == 1
Maintainer:
Previous
Trends by @quantum8
Next
Super Guppy