quantoxide 0.6.2

Rust framework for developing, backtesting, and deploying Bitcoin futures trading strategies.
Documentation
1
2
3
4
5
6
7
8
9
10
# PostgreSQL
DATABASE_URL=postgres://postgres:password@localhost:5432/postgres

# SQLite relative path assumes examples/binaries are run from the repository root.
# DATABASE_URL=sqlite:./target/quantoxide.sqlite

# LN Markets API v3 credentials (https://app.lnmarkets.com/en/user/api/v3/)
LNM_API_KEY=
LNM_API_SECRET=
LNM_API_PASSPHRASE=