Skip to content

History

Revisions

  • wiki: expand Family 12 (DeMark) to full depth Rewrite all 12 Family 12 pages to match canonical-page depth: Indicator-TdSetup Indicator-TdSequential Indicator-TdCountdown Indicator-TdCombo Indicator-TdLines (TDST) Indicator-TdDeMarker Indicator-TdRei Indicator-TdPressure Indicator-TdRangeProjection Indicator-TdDifferential Indicator-TdOpen Indicator-TdRiskLevel Each page now has: full Quick reference, Formula expanded with all phase transitions for state-machine indicators (Setup arming Countdown, opposite-direction invalidation, Combo's three strictness conditions), Parameters with constructor errors, Inputs/Outputs across bindings (NaN-on-warmup semantics, signed scalar outputs for direction encoding, tuple/object outputs for multi-field indicators like TdSequential / TdLines / TdRiskLevel), exhaustive Edge cases (NaN-until-first-setup behaviour for TDST and Risk Level, doji handling for TdRangeProjection, non-consecutive countdown bars), Rust/Python/Node/Streaming examples, Interpretation covering canonical DeMark trade flow (Setup arms Countdown arms entry; TDST invalidates; Risk Level stops out), Common pitfalls (Setup vs Countdown confusion, session-reset bugs, NaN comparison surprises), References (DeMark 1994, DeMark/Perl 2008) and See also.

    @kingchenc kingchenc committed May 28, 2026
    12d8d44
  • wiki: expand Family 11 (Pivots & S/R) to full depth Rewrite all 7 Family 11 pages to match canonical-page depth: Indicator-ClassicPivots Indicator-FibonacciPivots Indicator-Camarilla Indicator-WoodiePivots Indicator-DemarkPivots Indicator-WilliamsFractals Indicator-ZigZag Each page now has: full Quick reference, Formula with R/S construction expanded line-by-line, Parameters with constructor errors, Inputs/Outputs covering binding-specific column layouts (Python (n, k) arrays, Node interleaved flat arrays), Warmup, exhaustive Edge cases (flat bars, doji handling, session aggregation, non-repainting semantics for ZigZag), Rust/Python/Node/Streaming examples, Interpretation that documents the canonical trading rule for each variant (Stott's R3/R4 reversal-vs-breakout rule for Camarilla, Williams' fractal-as-resistance pattern, ZigZag for structural skeleton vs entries), Common pitfalls (mixing pivot systems, repainting expectations, threshold choice for ZigZag), References (Stott, DeMark, Williams) and See also.

    @kingchenc kingchenc committed May 28, 2026
    4b0280a
  • wiki: expand Family 10 (Ehlers/Cycle DSP) to full depth Rewrite all 16 Family 10 pages to match the depth of canonical pages: Indicator-Mama, Indicator-Fama Indicator-FisherTransform, Indicator-InverseFisherTransform Indicator-SuperSmoother Indicator-HilbertDominantCycle, Indicator-SineWave Indicator-Decycler, Indicator-DecyclerOscillator Indicator-RoofingFilter Indicator-CenterOfGravity, Indicator-CyberneticCycle Indicator-AdaptiveCycle Indicator-EmpiricalModeDecomposition Indicator-EhlersStochastic Indicator-InstantaneousTrendline Each page now carries the full template: Quick reference, Formula with DSP-style notation (alpha/beta coefficients, recurrence relations), Parameters with constraint/error details and source line refs, full Inputs/Outputs across Rust/Python/Node, Warmup formula, exhaustive Edge cases (constant input, step response, sinusoid behaviour, reset), Rust/Python/Node examples plus Streaming snippet, deep Interpretation section comparing each indicator to its siblings, Common pitfalls (cycle-period semantics, warmup misreadings), References (Ehlers' books and S&C papers), and See also.

    @kingchenc kingchenc committed May 28, 2026
    4d7e228
  • wiki: expand Family 09 (Trailing Stops) to full depth Rewrite all 7 Family 09 pages to match the depth of canonical pages (Indicator-Vwap.md, Indicator-BollingerBands.md, Indicator-MacdIndicator.md): Indicator-HiLoActivator Indicator-VoltyStop Indicator-YoyoExit Indicator-DonchianStop Indicator-PercentageTrailingStop Indicator-StepTrailingStop Indicator-RenkoTrailingStop Each page now carries: full Quick reference table, Formula with state-machine pseudocode, Parameters with constraint/error details linking back to the Rust source file, Inputs/Outputs covering all three bindings (Python NaN behaviour, Node return shapes), Warmup formula, exhaustive Edge cases (constant tape, gaps, reset behaviour, first-bar seeding), Rust/Python/Node/Streaming examples, Interpretation with comparison to sibling stops, Common pitfalls, References, and See also.

    @kingchenc kingchenc committed May 28, 2026
    827f7a8
  • wiki: expand ZeroLagMacd / ConnorsRsi / LaguerreRsi to full depth These three pages existed as short stubs (41-59 lines). Rewrite them to match the depth of canonical pages like Indicator-MacdIndicator.md and Indicator-Rsi.md: full Quick reference table, Formula with intermediate variables and source-file line refs, exhaustive Edge cases (including non-finite input handling, constant-series behaviour, trend saturation), Rust/Python/Node examples plus a Streaming snippet, Interpretation section with parameter-tuning guidance, Common pitfalls, References, and See also.

    @kingchenc kingchenc committed May 28, 2026
    6ca1bf7
  • wiki: complete scattered indicator pages + case renames Add wiki pages for 24 indicators across Volume, Price Statistics, and Volatility families, plus rename three pages to match canonical PascalCase identifiers: ConnorsRSI -> ConnorsRsi LaguerreRSI -> LaguerreRsi ZeroLagMACD -> ZeroLagMacd Update _Sidebar.md to list all 24 new pages under their respective family sections. Wiki coverage now matches the 214-indicator catalogue 1:1.

    @kingchenc kingchenc committed May 28, 2026
    c3ed157
  • docs: add wiki pages for family-15 risk / performance metrics (17 indicators)

    @kingchenc kingchenc committed May 28, 2026
    1ff205d
  • docs: add wiki pages for family-10 ehlers / cycle DSP (16 indicators)

    @kingchenc kingchenc committed May 28, 2026
    d556649
  • docs: add wiki pages for family-14 candlestick patterns (15 indicators)

    @kingchenc kingchenc committed May 28, 2026
    dd9762d
  • docs: add wiki pages for family-12 demark (12 indicators)

    @kingchenc kingchenc committed May 28, 2026
    4d67b0b
  • docs: add wiki pages for family-09 trailing stops (7 indicators)

    @kingchenc kingchenc committed May 28, 2026
    03511b2
  • docs: add wiki pages for family-11 pivots & S/R (7 indicators)

    @kingchenc kingchenc committed May 28, 2026
    2832e1a
  • docs: add wiki pages for family-13 ichimoku & charts (Ichimoku, HeikinAshi) + sidebar

    @kingchenc kingchenc committed May 28, 2026
    2ebe4af
  • docs: add wiki pages for family-16 market profile (ValueArea, InitialBalance, OpeningRange) + sidebar entries

    @kingchenc kingchenc committed May 28, 2026
    507ee0a
  • chore: sync indicator count to 213

    wickra-bot committed May 26, 2026
    4e9fb3c
  • chore: sync indicator count to 196

    wickra-bot committed May 25, 2026
    2010c0c
  • chore: sync indicator count to 181

    wickra-bot committed May 25, 2026
    ce6a481
  • chore: sync indicator count to 178

    wickra-bot committed May 25, 2026
    b2bbc98
  • chore: sync indicator count to 165

    wickra-bot committed May 25, 2026
    0290940
  • chore: sync indicator count to 163

    wickra-bot committed May 25, 2026
    a13e59f
  • chore: sync indicator count to 147

    wickra-bot committed May 25, 2026
    350fa71
  • chore: sync indicator count to 135

    wickra-bot committed May 25, 2026
    cc589fb
  • chore: sync indicator count to 128

    wickra-bot committed May 25, 2026
    d9263a6
  • chore: sync indicator count to 121

    wickra-bot committed May 25, 2026
    2773ed3
  • chore: sync indicator count to 111

    wickra-bot committed May 25, 2026
    55d9067
  • chore: sync indicator count to 107

    wickra-bot committed May 25, 2026
    ad95cf2
  • chore: sync indicator count to 96

    wickra-bot committed May 25, 2026
    72e937c
  • chore: sync indicator count to 91

    wickra-bot committed May 25, 2026
    50962d4
  • chore: sync indicator count to 85

    wickra-bot committed May 25, 2026
    2330af1
  • chore: sync indicator count to 78

    wickra-bot committed May 25, 2026
    fb0bcfa