Crypto market scanner.
- Node v18.15.0
- npm v9.6.2
- Node.js native addon build tool → node-gyp (required by Tulip Node)
$ npm ci
- Create
.env
file with your Binance reading-only keys (required for chart retrieval):
APIKEY=<YOUR_API_KEY>
APISECRET=<YOUR_API_SECRET>
- Edit
strategies.js
file with your strategies (refer to strategies.js and Tulip's indicators)
$ npm run start # will run 'node trady.js -b -d 2 -i -s'
Sound alerts (default false)
node trady.js -b
Interval time in seconds (default 5)
node trady.js -d 2
Show info (default false)
node trady.js -i
0 repeats forever (default 1)
node trady.js -r 3
Shuffle pairs (default false)
node trady.js -s
Display help
node trady.js -h