https://github.com/clojure-finance/clojure-backtesting-website
Backtesting framework for quantitative investing/trading
https://github.com/clojure-finance/clojure-backtesting-website
Last synced: 3 months ago
JSON representation
Backtesting framework for quantitative investing/trading
- Host: GitHub
- URL: https://github.com/clojure-finance/clojure-backtesting-website
- Owner: clojure-finance
- Created: 2020-10-15T14:22:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T04:09:20.000Z (over 2 years ago)
- Last Synced: 2023-09-25T08:10:38.632Z (over 2 years ago)
- Language: HTML
- Homepage: https://clojure-finance.github.io/clojure-backtesting-website/
- Size: 5.27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clojure Backtesting Documentation Website
A documentation website for the Clojure backtesting framework built with Cryogen
Link to website: [https://clojure-finance.github.io/clojure-backtesting-website/](https://clojure-finance.github.io/clojure-backtesting-website/)
### Requirements
```
- Clojure
- Leiningen
```
## Development
To start the server:
```
lein serve
```