Skip to content

Add Wickra to Financial#1260

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

Add Wickra to Financial#1260
kingchenc wants to merge 1 commit into
akullpp:masterfrom
kingchenc:add-wickra

Conversation

@kingchenc

@kingchenc kingchenc commented Jun 10, 2026

Copy link
Copy Markdown

Adds Wickra to the Financial section (alphabetical, after ta4j).

Wickra is an open-source (MIT OR Apache-2.0, not GPL/AGPL) technical-analysis library with a Rust core, exposed to Java via its C ABI and published on Maven Central as org.wickra:wickra. English docs at docs.wickra.org.

How it differs from ta4j (the existing TA entry):

  • 514 indicators across 24 families vs the ~130 of ta4j - including market microstructure, order-flow/derivatives, market profile and Ehlers DSP cycles.
  • A native Rust core instead of a pure-Java reimplementation; every indicator updates in O(1) per tick.
  • batch == streaming is bit-exact, fuzzed and 100%-line-covered for all 514, so backtest and live results match.
  • The exact same engine is shared across nine languages (Python, Node.js, WASM, Rust, C, C++, C#, Go, R), not a Java-only port.

Repo: https://github.com/wickra-lib/wickra


Summary by cubic

Add Wickra to the Financial libraries list in README, listed after ta4j. The entry links to the repo and notes the org.wickra:wickra Maven artifact and 514 O(1)-per-tick indicators on a Rust core.

Written for commit 3f59c4e. Summary will update on new commits.

Review in cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Tip: cubic could auto-approve low-risk PRs like this, if it thinks it's safe to merge. Learn more

Re-trigger cubic

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