2026-01-18 19:02:03 -08:00
|
|
|
|
# Reversals
|
|
|
|
|
|
|
2026-01-19 18:25:48 -08:00
|
|
|
|
Reversal indicators identify potential turning points where price may change direction. Pivot points calculate support/resistance from prior period data. Pattern-based tools detect structural shifts in price action.
|
|
|
|
|
|
|
|
|
|
|
|
| Indicator | Full Name | Description |
|
|
|
|
|
|
| :--- | :--- | :--- |
|
2026-03-17 08:35:29 -07:00
|
|
|
|
| [ATRSTOP](atrstop/Atrstop.md) | ATR Trailing Stop | Dynamic trailing stop using ATR multiplier with band ratcheting. |
|
2026-02-13 21:44:45 -08:00
|
|
|
|
| [CHANDELIER](chandelier/Chandelier.md) | Chandelier Exit | ATR-based trailing stops hanging from HH/LL; dual ExitLong/ExitShort levels. |
|
|
|
|
|
|
| [CKSTOP](ckstop/Ckstop.md) | Chande Kroll Stop | ATR-based adaptive trailing stops; dual StopLong/StopShort levels for trend detection. |
|
2026-02-16 21:26:44 -08:00
|
|
|
|
| [FRACTALS](fractals/Fractals.md) | Williams Fractals | Five-bar pattern identifying local peaks/troughs; marks support/resistance levels. |
|
|
|
|
|
|
| [PIVOT](pivot/Pivot.md) | Pivot Points (Classic) | Standard floor trader pivots with 7 levels (PP, R1-R3, S1-S3). |
|
|
|
|
|
|
| [PIVOTCAM](pivotcam/Pivotcam.md) | Camarilla Pivot Points | Mean-reversion pivots with 9 levels; R3/S3 are key reversal zones. |
|
|
|
|
|
|
| [PIVOTDEM](pivotdem/Pivotdem.md) | DeMark Pivot Points | Minimalist trend-following pivots with only 3 levels and conditional logic. |
|
|
|
|
|
|
| [PIVOTEXT](pivotext/Pivotext.md) | Extended Traditional Pivots | Extended pivots with 11 levels (R1-R5, S1-S5) for volatile markets. |
|
|
|
|
|
|
| [PIVOTFIB](pivotfib/Pivotfib.md) | Fibonacci Pivot Points | Fibonacci-ratio based pivots; Golden Ratio (61.8%) at R2/S2. |
|
|
|
|
|
|
| [PIVOTWOOD](pivotwood/Pivotwood.md) | Woodie's Pivot Points | Weighted close pivots (2× close weight) for intraday trading. |
|
2026-03-16 12:45:13 -07:00
|
|
|
|
| [SAR](sar/Sar.md) | Parabolic Stop And Reverse | Trailing stop that accelerates with trend; SAR dots mark entry/exit signals. |
|
feat: add new indicators (Decay, Edecay, MinusDi, MinusDm, PlusDi, PlusDm, Maxindex, Minindex, Sarext) and update pine scripts, core libs, validation tests, and python bindings
2026-03-09 13:45:46 -07:00
|
|
|
|
| [SAREXT](sarext/Sarext.md) | Parabolic SAR Extended | PSAR with asymmetric long/short acceleration factors. Sign-encoded output. |
|
2026-02-16 21:26:44 -08:00
|
|
|
|
| [SWINGS](swings/Swings.md) | Swing High/Low Detection | Configurable-lookback pattern detector for swing highs/lows; dual SwingHigh/SwingLow. |
|
2026-02-06 07:43:40 -08:00
|
|
|
|
| [TTM_SCALPER](ttm_scalper/TtmScalper.md) | TTM Scalper Alert | 3-bar pivot high/low detection for scalping entries. John Carter. |
|
2026-03-17 08:35:29 -07:00
|
|
|
|
| [VSTOP](vstop/Vstop.md) | Volatility Stop | ATR-based trailing stop tracking SIC; flips on reversal. |
|