Skip to content

clojure-quant/quanta

 
 

Repository files navigation

quanta GitHub Actions status |clojure-quant/quantaClojars Project

What is quanta?

Quanta is a technical analysis datascience platform written in Clojure.

  • Quanta works predominantly with vectors. It uses TechML Dataset to be fast. A similar python project is vectorbt.

  • Ease of Use: TA tries to get out of your way so that you can focus on algorithm development. See below for a code example.

  • "Batteries Included": many common statistics like moving average and linear regression can be readily accessed from within a user-written algorithm.

  • Statistics and Machine Learning Libraries: You can use libraries similar to matplotlib, scipy, statsmodels, and sklearn to support development, analysis, and visualization of state-of-the-art trading systems.

DOCS

Quanta is a library. quanta docs

DEMO APP

demo

for developers

code linter clj -M:lint

*code formatter clj -M:cljfmt-fix

unit tests bb test-clj

warehouse io-performance speed test bb performance-test

About

quantitative technical analysis in clojure

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 38.5%
  • HTML 37.6%
  • CSS 12.7%
  • Clojure 11.2%