2026-05-23 22:48:48 +02:00
|
|
|
# Documentation
|
|
|
|
|
|
2026-05-31 21:48:24 +02:00
|
|
|
Wickra's full documentation lives at **[docs.wickra.org](https://docs.wickra.org)**.
|
2026-05-23 22:48:48 +02:00
|
|
|
|
|
|
|
|
That includes:
|
|
|
|
|
|
2026-05-31 21:48:24 +02:00
|
|
|
- **Quickstarts** for [Rust](https://docs.wickra.org/Quickstart-Rust),
|
|
|
|
|
[Python](https://docs.wickra.org/Quickstart-Python),
|
2026-06-09 14:32:05 +02:00
|
|
|
[Node](https://docs.wickra.org/Quickstart-Node),
|
|
|
|
|
[WASM](https://docs.wickra.org/Quickstart-WASM),
|
2026-06-09 17:33:37 +02:00
|
|
|
[C](https://docs.wickra.org/Quickstart-C),
|
2026-06-15 05:07:52 +02:00
|
|
|
[C++](https://docs.wickra.org/Quickstart-C),
|
2026-06-09 19:18:40 +02:00
|
|
|
[C#](https://docs.wickra.org/Quickstart-CSharp),
|
2026-06-09 20:30:29 +02:00
|
|
|
[Go](https://docs.wickra.org/Quickstart-Go),
|
|
|
|
|
[Java](https://docs.wickra.org/Quickstart-Java), and
|
2026-06-09 19:18:40 +02:00
|
|
|
[R](https://docs.wickra.org/Quickstart-R).
|
2026-06-08 14:32:40 +02:00
|
|
|
- A per-indicator deep dive for every one of the **514 indicators** across
|
2026-06-13 23:34:24 +02:00
|
|
|
the twenty-four families (Moving Averages, Momentum Oscillators, Trend &
|
2026-05-30 00:40:13 +02:00
|
|
|
Directional, Price Oscillators, Volatility & Bands, Bands & Channels,
|
|
|
|
|
Trailing Stops, Volume, Price Statistics, Ehlers / Cycle DSP, Pivots &
|
|
|
|
|
S/R, DeMark, Ichimoku & Charts, Candlestick Patterns, Market Profile,
|
2026-06-13 23:34:24 +02:00
|
|
|
Risk / Performance, Microstructure, Derivatives, Alt-Chart Bars, Market
|
|
|
|
|
Breadth, Seasonality & Session, Chart Patterns, Harmonic Patterns,
|
|
|
|
|
Fibonacci) — see the
|
2026-05-31 21:48:24 +02:00
|
|
|
[indicators overview](https://docs.wickra.org/Indicators-Overview).
|
|
|
|
|
- **Reference pages**: [warmup periods](https://docs.wickra.org/Warmup-Periods),
|
|
|
|
|
[streaming vs batch](https://docs.wickra.org/Streaming-vs-Batch),
|
|
|
|
|
[indicator chaining](https://docs.wickra.org/Indicator-Chaining), and the
|
|
|
|
|
[data layer](https://docs.wickra.org/Data-Layer).
|
|
|
|
|
- **Guides**: [Cookbook](https://docs.wickra.org/Cookbook),
|
|
|
|
|
[TA-Lib migration](https://docs.wickra.org/TA-Lib-Migration),
|
|
|
|
|
[FAQ](https://docs.wickra.org/FAQ).
|
2026-05-23 22:48:48 +02:00
|
|
|
|
2026-05-31 21:48:24 +02:00
|
|
|
## Editing the docs
|
2026-05-23 22:48:48 +02:00
|
|
|
|
2026-05-31 21:48:24 +02:00
|
|
|
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`.
|