Skip to content

Installation

Crypto Gnome edited this page Sep 16, 2019 · 11 revisions

Install Node JS:

https://nodejs.org/dist/v12.8.0/node-v12.8.0-x64.msi

  • Update NODE JS TO LATEST VERSION IN CMD PROMPT USING: npm install -g npm

Install PM2:

Run the included .bat file named Install PM2 to install PM2 on your system, this handles crashes and restarts the bot if there are every fatal errors.

Update PM2:

Open CMD promopt then run these in the command line:

  • npm install pm2 -g
  • pm2 update

Edit The Files:

Enter API Keys for ALL exchanges (Orders are only placed on Deribit - Bitmex is READ ONLY) We use Bitmex for liquidations, Deribit for price calculation(Bybit does not have tick data), and Bybit to place orders.

MAIN SETTINGS: All of these settings effect the core strategy of the bot and there are descriptions next to them in the settings file.


How to Start the Bot:

Use the Included .bat file named Monitor to launch the PM2 screen.

Use the Included .bat file named Start Bot to start the bot.

If you need to kill the bot use the Included .bat file named Stop Bot

Clone this wiki locally