/scalpy-hive

Trade HIVE/HBD on the internal market

Primary LanguageJavaScript

scalpy-hive

  • Clone this repo & cd into it
    git clone https://github.com/louis23412/scalpy-hive.git && cd scalpy-hive

  • Install dependencies
    npm install

  • Open settings.json & change as needed.

     {
     "updateRate" : 3,
     "candleSize" : 1,
     "candleLimit" : 2000,
    
     "tradeSize" : 0.999,
     "username" : "usernameHere",
     "pKey" : "privateActiveKeyHere",
     "bKey" : "privatePostingKeyHere"
     }
    
  • Save the config file, then run the bot
    npm start