Files
Miha Kralj ce654ca670 feat: add 8 new indicators with full integration
New indicators:
- HWC (Holt-Winters Channel) — channels, 27 tests
- VWMACD (Volume-Weighted MACD) — momentum, 38 tests
- Squeeze Pro — oscillators, 69 tests
- BW_MFI (Bill Williams MFI) — oscillators
- DSTOCH (Double Stochastic) — oscillators
- ATRSTOP (ATR Trailing Stop) — reversals
- VSTOP (Volatility Stop) — reversals
- Convexity (Beta Convexity) — statistics, 23 tests

Integration:
- Python bridge: Exports.cs, _bridge.py, wrapper modules
- Documentation: _sidebar.md, _index.md pages, SPEC.md
- All analyzer warnings fixed (MA0074, xUnit2013, S2699)

Build: 0 warnings, 0 errors | Tests: 15,933 passed, 0 failed
2026-03-17 08:36:23 -07:00

2.2 KiB
Raw Permalink Blame History

Reversals

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
ATRSTOP ATR Trailing Stop Dynamic trailing stop using ATR multiplier with band ratcheting.
CHANDELIER Chandelier Exit ATR-based trailing stops hanging from HH/LL; dual ExitLong/ExitShort levels.
CKSTOP Chande Kroll Stop ATR-based adaptive trailing stops; dual StopLong/StopShort levels for trend detection.
FRACTALS Williams Fractals Five-bar pattern identifying local peaks/troughs; marks support/resistance levels.
PIVOT Pivot Points (Classic) Standard floor trader pivots with 7 levels (PP, R1-R3, S1-S3).
PIVOTCAM Camarilla Pivot Points Mean-reversion pivots with 9 levels; R3/S3 are key reversal zones.
PIVOTDEM DeMark Pivot Points Minimalist trend-following pivots with only 3 levels and conditional logic.
PIVOTEXT Extended Traditional Pivots Extended pivots with 11 levels (R1-R5, S1-S5) for volatile markets.
PIVOTFIB Fibonacci Pivot Points Fibonacci-ratio based pivots; Golden Ratio (61.8%) at R2/S2.
PIVOTWOOD Woodie's Pivot Points Weighted close pivots (2× close weight) for intraday trading.
SAR Parabolic Stop And Reverse Trailing stop that accelerates with trend; SAR dots mark entry/exit signals.
SAREXT Parabolic SAR Extended PSAR with asymmetric long/short acceleration factors. Sign-encoded output.
SWINGS Swing High/Low Detection Configurable-lookback pattern detector for swing highs/lows; dual SwingHigh/SwingLow.
TTM_SCALPER TTM Scalper Alert 3-bar pivot high/low detection for scalping entries. John Carter.
VSTOP Volatility Stop ATR-based trailing stop tracking SIC; flips on reversal.