UNPKG

bluebot

Version:

A bitcoin trading bot for auto trading at various exchanges

28 lines (15 loc) 1.23 kB
# About the commandline You don't have to use the UI to control BlueBot, you can also use the commandline if you don't have access to a window manager or browser (on a server for example, or anything else you want to SSH into). This is only recommended for advanced users who feel comfortable editing config files and running shell commands. Using the commandline you run one BlueBot instance per command, eg. if you want to import 3 markets you need to run BlueBot 3 times. ## Configuring BlueBot If you decide you want to run bluebot over the commandline you need to decide two things: 1. What market / settings are you interested in? 2. What should BlueBot do? This is either backtest, import or run live. For the first one you configure a config file: copy `bluebot/sample-config.js` to something else (for example `bluebot/config.js`). Configure the plugins to your liking. What plugins you need to enable does depend on the answer of question 2. Check the documentation under commandline for that feature. ## Running BlueBot For live mode run: node bluebot --config config.js To backtesting run: node bluebot --config config.js --backtest To import run: node bluebot --config config.js --import