Skip to content

lropero/trady

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trady 📡 · Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub package.json version

Crypto market scanner.

Requires

Installation

$ npm ci

Configuration

  • Create .env file with your Binance reading-only keys (required for chart retrieval):
APIKEY=<YOUR_API_KEY>
APISECRET=<YOUR_API_SECRET>

Usage

$ npm run start # will run 'node trady.js -b -d 2 -i -s'

Options

-b / --beep

Sound alerts (default false)

node trady.js -b
-d / --delay <seconds>

Interval time in seconds (default 5)

node trady.js -d 2
-i / --info

Show info (default false)

node trady.js -i
-r / --repeat <times>

0 repeats forever (default 1)

node trady.js -r 3
-s / --shuffle

Shuffle pairs (default false)

node trady.js -s
-h / --help

Display help

node trady.js -h