Skip to content

History / Home

Revisions

  • chore: sync indicator count to 163

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

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

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

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

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

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

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

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

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

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

    wickra-bot committed May 25, 2026
  • docs: add wiki pages for family-06 trend-strength Four new Indicator-*.md deep-dives plus updates to _Sidebar, Indicators-Overview, Warmup-Periods, and Home to reflect the new Trend & Directional additions. The Indicator-Kst.md page was already in place from earlier preparation; it gains a row in the Trend & Directional table here, matching the Wickra family classification. Pages added: - Indicator-Adxr.md - Indicator-Rwi.md - Indicator-Tii.md - Indicator-WaveTrend.md Indicator count bumps from 101 to 105 across nine families. Trend & Directional family grows from 9 to 13. Warmup table grows with two rows under single-output (Adxr, Tii) and two rows under multi-output (Rwi, WaveTrend).

    @kingchenc kingchenc committed May 24, 2026
  • docs: add wiki pages for family-05 bands & channels Eleven new Indicator-*.md deep-dives plus updates to _Sidebar, Indicators-Overview, Warmup-Periods, and Home to reflect the new "Bands & Channels" family. Pages added: - Indicator-MaEnvelope.md - Indicator-AccelerationBands.md - Indicator-StarcBands.md - Indicator-AtrBands.md - Indicator-HurstChannel.md - Indicator-LinRegChannel.md - Indicator-StandardErrorBands.md - Indicator-DoubleBollinger.md - Indicator-TtmSqueeze.md - Indicator-FractalChaosBands.md - Indicator-VwapStdDevBands.md Indicator count bumps from 90 to 101 across nine families. Warmup table grows with one row per new indicator under the multi-output section.

    @kingchenc kingchenc committed May 24, 2026
  • docs: add wiki pages for family-04 volatility Adds the five new (new) entries from indicator-ideas/families/04-volatility.md: - Indicator-RviVolatility.md Donald Dorsey RSI-shaped vol gauge. Named RviVolatility (not RVI) to disambiguate from the Relative Vigor Index already in the Momentum family. - Indicator-ParkinsonVolatility.md High-low realised vol, ~5x C2C. - Indicator-GarmanKlassVolatility.md OHLC realised vol, ~7.4x C2C, biased under drift. - Indicator-RogersSatchellVolatility.md Drift-free OHLC realised vol. - Indicator-YangZhangVolatility.md Gold-standard OHLC: overnight + open-to-close + Rogers-Satchell blend. Plus updates to: - _Sidebar.md Volatility section alphabetically expanded (5 new entries) - Indicators-Overview.md total counter (85->90), Volatility family count (12->17), five new rows in the Volatility table - Warmup-Periods.md five new single-output rows - Home.md total indicator count (71->90)

    @kingchenc kingchenc committed May 24, 2026
  • docs: bump version table to 0.2.7 and note Windows ARM64 unblock - Home.md: published-version table refreshed for the 0.2.7 release. - Quickstart-Rust.md: current crates.io version updated. - Quickstart-Node.md: extend the Windows install caveat to cover the arm64 sub-package — npm Support released the `wickra-win32-arm64-msvc` name on 2026-05-24 and 0.2.7 is the first version in which Windows ARM64 installs cleanly. Existing x64 narrative kept; the section now reads as one combined timeline.

    @kingchenc kingchenc committed May 24, 2026
  • docs: bump version table to 0.2.6 - Home.md: published-version table refreshed for the 0.2.6 release. - Quickstart-Rust.md: current crates.io version updated. 0.2.6 ships the docs.rs build fix (`doc_auto_cfg` → `doc_cfg`, removed in Rust 1.92) and the README comparison-table reordering. Wiki content itself is unchanged otherwise — the Data-Layer.md "Since wickra-data@0.2.5, BinanceConfig" note is left alone because the API genuinely landed in 0.2.5.

    @kingchenc kingchenc committed May 24, 2026
  • docs: bump version table to 0.2.5 and document BinanceConfig - Home.md: published-version table refreshed for the 0.2.5 release. - Quickstart-Rust.md: current crates.io version updated. - Data-Layer.md: bump the wickra-data dep example from "0.1" to "0.2" to match the published series, and add a "Custom endpoint and timing" subsection covering the new BinanceConfig + connect_with_config(...) entry point (Testnet pointer, shrinkable timing knobs). connect() is still the default-config wrapper.

    @kingchenc kingchenc committed May 24, 2026
  • Strip .md from link display text where target is a wiki page Cosmetic follow-up to the link-target cleanup. Cross-references in indicator pages were written like [Indicator-Sma.md](Indicator-Sma) — the link target was already correct after the previous commit, but the visible link text still contained '.md'. Strip it so the displayed text matches the slug. Only touched link text whose target resolves to a known wiki page slug so unrelated text mentioning '.md' (e.g. config files like Cargo.toml or per-file references in prose) stays untouched.

    @kingchenc kingchenc committed May 23, 2026
  • Strip .md extensions from internal wiki links GitHub Wiki interprets relative links like (Foo.md) as a request for the raw file (returning the markdown text uninterpreted) instead of the rendered wiki page. Strip the .md from every internal link target, which is the canonical GitHub Wiki link form. 587 internal links checked, 0 broken.

    @kingchenc kingchenc committed May 23, 2026
  • Migrate full documentation from docs/wiki/ Flatten the 84 markdown files from the in-repo docs/wiki/ tree into the GitHub Wiki, since GitHub Wiki has no subfolder support. Internal cross- links rewritten so the 71 indicator pages, 4 quickstarts, 8 reference pages and 3 guides all resolve. Generated _Sidebar.md groups the 71 indicators by their canonical 8 families (Moving Averages, Momentum Oscillators, Trend & Directional, Price Oscillators, Volatility & Bands, Trailing Stops, Volume, Price Statistics) and surfaces the four quickstarts, the reference set and the three guides at the top. 503 internal markdown links checked, 0 broken.

    @kingchenc kingchenc committed May 23, 2026
  • Initial Home page

    @kingchenc kingchenc committed May 23, 2026