Trading live

1) Make sure these parametres are included in the config file

export const BACKTEST = false
export const PAPER_TRADE = false

2) Connect your Bittrex API key by typing

BITTREX_API_KEY=<your api key> BITTREX_API_SECRET=<your api secret> docker-compose up --build

3) Success

Last updated