Skip to content

Add Wickra to Time Series#101

Open
kingchenc wants to merge 1 commit into
krzjoa:masterfrom
kingchenc:add-wickra
Open

Add Wickra to Time Series#101
kingchenc wants to merge 1 commit into
krzjoa:masterfrom
kingchenc:add-wickra

Conversation

@kingchenc

Copy link
Copy Markdown

Adds Wickra to the Time Series section.

Wickra is an open-source (MIT OR Apache-2.0) technical-analysis library for time series, with a Rust core and a Python package (pip install wickra - precompiled wheels, no build step, no system dependencies).

Highlights:

  • 514 indicators across 24 families, every one computed incrementally in O(1) per data point.
  • Identical results in batch (whole-array) and streaming (tick-by-tick) modes - bit-exact, fuzzed and 100%-line-covered for all 514.
  • Orders of magnitude faster than recompute-on-every-tick approaches for live/online use.
  • Same engine is available from Node.js, WebAssembly, Rust and a C ABI, so a model prototyped in Python deploys unchanged elsewhere.
  • MIT OR Apache-2.0.

Repo: https://github.com/wickra-lib/wickra · Docs: https://docs.wickra.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant