Merge branch 'dev'

This commit is contained in:
Miha Kralj
2026-03-13 13:47:10 -07:00
404 changed files with 2754 additions and 1763 deletions
+2 -4
View File
@@ -13,9 +13,7 @@
| **PineScript** | [chandelier.pine](chandelier.pine) |
- The Chandelier Exit computes ATR-based trailing stop levels that hang from the highest high (for longs) or rise from the lowest low (for shorts) ov...
- Parameterized by `period` (default 22), `multiplier` (default 3.0).
- Output range: Varies (see docs).
- Requires `period + 1` bars of warmup before first valid output (IsHot = true).
- **Similar:** [PSAR](../psar/Psar.md), [Super](../../dynamics/super/Super.md) | **Complementary:** ADX for trend strength | **Trading note:** Chandelier Exit; ATR-based trailing stop from highest high. Risk management tool.
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
The Chandelier Exit computes ATR-based trailing stop levels that hang from the highest high (for longs) or rise from the lowest low (for shorts) over a lookback period. It produces two overlay lines: ExitLong (trailing stop for long positions) and ExitShort (trailing stop for short positions). Developed by Charles Le Beau and popularized by Alexander Elder. Default parameters: period 22, multiplier 3.0.
@@ -165,4 +163,4 @@ Cross-validation with Skender.Stock.Indicators confirms exact numerical match fo
- Le Beau, C., & Lucas, D. (1992). *Technical Traders Guide to Computer Analysis of the Futures Market*. McGraw-Hill.
- Elder, A. (2002). *Come Into My Trading Room: A Complete Guide to Trading*. John Wiley & Sons.
- Skender.Stock.Indicators: [`GetChandelier()`](https://dotnet.stockindicators.dev/indicators/Chandelier/)
- Skender.Stock.Indicators: [`GetChandelier()`](https://dotnet.stockindicators.dev/indicators/Chandelier/)