Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 289 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 289 Bytes

Grid Master

Backtesting and parameter optimization tool for grid trading.

Install:

git clone https://github.com/CheshireCatNick/grid-master
cd grid-master
npm install

Before you run, update config.js:

cp config.js.example config.js
vim config.js

Run:

npm start