/highway

Trading tape.

Primary LanguageJavaScript

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

Trading tape.

highway

Requires

Installation

npm ci

Usage

node highway.js <SYMBOL> # e.g. 'node highway.js BTCUSDT'
npm run start # BTCUSDT -b 1
npm run start:buy # BTCUSDT -b 1 -m buy
npm run start:sell # BTCUSDT -b 1 -m sell
npm run start:smart # BTCUSDT -b 10 -f 1

Options

-a <ticks> / --alarm <ticks>

Trigger alarm on ticks (default 0).

Windows requires VLC installed.

node highway.js <SYMBOL> -a <ticks> # e.g. 'node highway.js BTCUSDT -a 1000'
-b <size> / --block <size>

Mark block quantity (default 0).

node highway.js <SYMBOL> -b <size> # e.g. 'node highway.js BTCUSDT -b 1'
-c <size> / --cap <size>

Exclude more than quantity (default 0).

node highway.js <SYMBOL> -c <size> # e.g. 'node highway.js BTCUSDT -c 1'
-f <size> / --filter <size>

Exclude less than quantity (default 0).

node highway.js <SYMBOL> -f <size> # e.g. 'node highway.js BTCUSDT -f 1'
-m <type> / --market <type>

Show only "buy" or "sell" orders.

node highway.js <SYMBOL> -m <type> # e.g. 'node highway.js BTCUSDT -m buy'