# Documentation Wickra's full documentation lives in the **[GitHub Wiki](https://github.com/kingchenc/wickra/wiki)**. That includes: - **Quickstarts** for [Rust](https://github.com/kingchenc/wickra/wiki/Quickstart-Rust.md), [Python](https://github.com/kingchenc/wickra/wiki/Quickstart-Python.md), [Node](https://github.com/kingchenc/wickra/wiki/Quickstart-Node.md), and [WASM](https://github.com/kingchenc/wickra/wiki/Quickstart-WASM.md). - A per-indicator deep dive for every one of the **71 indicators** across the eight families (Moving Averages, Momentum Oscillators, Trend & Directional, Price Oscillators, Volatility & Bands, Trailing Stops, Volume, Price Statistics) — see the [indicators overview](https://github.com/kingchenc/wickra/wiki/Indicators-Overview.md). - **Reference pages**: [warmup periods](https://github.com/kingchenc/wickra/wiki/Warmup-Periods.md), [streaming vs batch](https://github.com/kingchenc/wickra/wiki/Streaming-vs-Batch.md), [indicator chaining](https://github.com/kingchenc/wickra/wiki/Indicator-Chaining.md), and the [data layer](https://github.com/kingchenc/wickra/wiki/Data-Layer.md). - **Guides**: [Cookbook](https://github.com/kingchenc/wickra/wiki/Cookbook.md), [TA-Lib migration](https://github.com/kingchenc/wickra/wiki/TA-Lib-Migration.md), [FAQ](https://github.com/kingchenc/wickra/wiki/FAQ.md). ## Editing the wiki The wiki is a separate git repository at `https://github.com/kingchenc/wickra.wiki.git`. Clone it locally if you want to bulk-edit; otherwise the GitHub web UI's "Edit" button on any wiki page is fine for one-off changes.