class="container">

Setup Guide

Step #1 - Create New Account

Use one of the links below to create a new account to be used with the bot. This helps keep the bot free, if you need to make a new account we highly recommend it or we will someday have to start charging to keep developing.

Tip: If you want to use the same email and make a second account Bybit allows you to use youremail+1@gmail.com by adding +1 or any other number you can make multiple accounts linked to the same email with different logins.

Create Binance Futures Account Create Bybit Account

Step #2 - HIGHLY RECOMMENDED - Get a VPS to ensure uptime!

We reccomend using a VPS so your bots can have a near 100% Uptime, this is very important if you care about you funds.

Click here to view the VPS Guide

Step #3 - Install Node JS:

https://nodejs.org/dist/v12.8.0/node-v12.8.0-x64.msi
  1. Update NODE JS TO LATEST VERSION IN CMD PROMPT USING: npm install -g npm

Step #4 - Install PM2:

Open Windows Command Prompt a type the following : npm install pm2 -g

Detailed Guide

Step #5 - Update PM2:

Follow Guide Here:

https://pm2.keymetrics.io/docs/usage/update-pm2/

Step #6 - Grab the Latest Release

https://github.com/CryptoGnome/LickHunterPRO/releases/latest

Step #7 - Licence Keys:

To use the bot use the bot with Bybit you need to use our link below to create a new account then DM @Cryptognome in Discord to be manually verified.

Create Bybit Account Create Binance Futures Account
  1. For Binance Futures use ALPHA for free access.
  2. For Bybit use your Bybit UID after registering with us.

Step #8 - Edit the Settings Files or USe LHPC GUI

For Full Gui & Settings Creation Use LHPC - Just Download & Add to Root Folder of Lickhunter PRO

LHPControl GUI Interface

If you want to use CLI only use below:

Settings Guide

Step #9 - Edit coins.JSON:

This is where you choose what trading pairs you want the bot trade, you only need to put the coin for Bybit & Binance not the basepair.

[ {"symbol": "EOS", "longoffset": "0.5", "shortoffset": "0.5", "lickvalue": "100" }]

Lick Value

Set this to the size of liquidations you want to hunt for. This will always be a $USD value.


example = $1000 LINK liquidated
example = $500 BTC liquidated

VWAP OFFSETS

This is where you set the bot price offsets, based on percentage values away from LickHunters proprietary VWAP. The bot will only look to enter positions when price is ranging outside of these values & there is a liquidation on the traded coin.

EXAMPLE:

long_vwap_offset = 3.5

Step #11 - EDIT your Start & Stop Files to match the directory where your bot now lives:

Follow this quick video guide to see how it is done.

HOW TO START THE BOT

  1. Use the Included .bat file named Monitor to launch the PM2 screen.
  2. Use the Included .bat file named Start Bot to start the bot.
  3. If you need to kill the bot use the Included .bat file named Stop Bot