Files
wickra/docs
kingchenc d4b3f9dbd1 feat: add Alt-Chart Bars (Renko, Kagi, Point & Figure) via a BarBuilder trait (#146)
Introduces a BarBuilder trait for price-driven chart constructors that emit a variable number of bars per candle (deliberately not Indicator). Adds Renko (box-size bricks, 2-box reversal), Kagi (reversal-amount segments) and Point & Figure (box-size X/O columns, N-box reversal) in a new Alt-Chart Bars family, with custom Python/Node/WASM bindings, a dedicated fuzz target, tests and docs. Indicator count 292 -> 295.
2026-06-02 21:56:00 +02:00
..

Documentation

Wickra's full documentation lives at docs.wickra.org.

That includes:

Editing the docs

The documentation site is a separate git repository at https://github.com/wickra-lib/wickra-docs. Open a pull request there to propose changes; the site is built with VitePress and deploys to docs.wickra.org.