We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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).
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.
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)
docs: add wiki pages for family-03 MACD & price oscillators Six new indicator pages from PR #41: - Indicator-Apo.md - Indicator-AwesomeOscillatorHistogram.md - Indicator-Cfo.md - Indicator-ZeroLagMACD.md (multi-output) - Indicator-ElderImpulse.md - Indicator-Stc.md Plus _Sidebar Price Oscillators section + Indicators-Overview total counter (78->77 to reflect family-03-only landing without family-01/02 counters being merged yet; sync-about will reconcile after main lands). Note: the per-family counts in Indicators-Overview's master table and the per-family detail tables stay incomplete here because family-01, 02 and 03 PRs are all open in parallel; the final Indicators-Overview table rows for Price Oscillators will land with the post-families cleanup commit.
docs: add wiki pages for family-02 momentum oscillators Seven new indicator pages from PR #40: - Indicator-Rvi.md - Indicator-Pgo.md - Indicator-Kst.md (multi-output) - Indicator-Smi.md - Indicator-LaguerreRSI.md - Indicator-ConnorsRSI.md - Indicator-Inertia.md Plus updates to: - _Sidebar.md Momentum Oscillators list - Indicators-Overview.md total counter (78->85), Momentum family count (13->20), seven new rows in the Momentum table - Warmup-Periods.md six new single-output rows + Kst in multi-output table
docs: add wiki pages for family-01 moving averages Seven new indicator pages from PR #39: - Indicator-Alma.md - Indicator-McGinleyDynamic.md - Indicator-Frama.md - Indicator-Vidya.md - Indicator-Jma.md - Indicator-Alligator.md - Indicator-Evwma.md Plus updates to: - _Sidebar.md Moving Averages list - Indicators-Overview.md total counter (71->78), MA family count (12->19), seven new rows in the MA family table - Warmup-Periods.md six new single-output rows + Alligator in multi-output table
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.
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.
docs(streaming-vs-batch): bold Wickra headers + star winning cells (match README)
docs(data-layer): drop test-flavoured wording in BinanceConfig blurb Replace "shrink the read timeout / reconnect timings for an integration test" with neutral phrasing that fits a user-facing wiki page.
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.
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.
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.
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.
Initial Home page