Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 346 Bytes

File metadata and controls

23 lines (16 loc) · 346 Bytes

Clojure Backtesting Library

A backtesting framework for quantitative investing and trading

Requirements

- Clojure
- Leiningen

Usage

To start an interactive prompt where you can enter arbitrary code to run in the context of your project:

lein repl

To run the default :main set in project.clj:

lein run