0.1.0 • Published 3 years ago

quantrade v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Quantrade

Quantitative Trading on Cryptocurrencies.

Config File

Create a config.yml:

# okex.com cannot be accessed from china mainland
proxy: socks://127.0.0.1:1080

# specify models
models:
  - &1
    - exponent
    - 0.985
    - 1.2
  - &2
    - exponent
    - 0.97
    - 1.1

# runtime only
apiKey: your-okex-api-key
apiSecret: your-okex-api-secret
passphrase: your-okex-passphrase

# runtime only
currencies:
  BTC: *1
  ETH: *1
  DOGE: *2