Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 425 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 425 Bytes

marketmarker

Using grid trading strategy for market maker.

Run Setup

node.js in js/ directory:

# install dependencies
npm install

# run
npm run dev

python in py/ directory:

# test
python maketmaker.py

# run
python start.py

Disclaimer

This code DOES NOT give investment advice. On top of that there might be bugs in the code - This code DOES NOT come with ANY warranty.