This is a trading API which helps you to test the performance of your custom Traing Algorithm in quantative trading. Currently It supports Binance API for crypto trading
- Clone the git repo and run
npm install
- Setup your keys in
./config/keys.json.example
and change the file name to./config/keys.json
by removing.example
extension - run
node app.js
- Developers who like to contribute can add more trading platforms in the folder
data
decisions
allow you to add custom algorithms with a simple interface. Currently there are some simple algorithms which are readily available.
Currently this repo is still work in progress
.
NOTE : If you are getting error because of new mysql 8.0.0^ version on ubuntu do this
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'