louis23412 / candle-maker

Generate your own candlestick data from internal HIVE market prices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Install dependencies
    npm install

  • Open settings.json & change as needed.

    {
     "updateRate" : 5,
     "candleSize" : 1,
     "candleLimit" : 500,
     "keepCandles" : false,
    
     "broadcast" : true,
     "bUser" : "usernameHere",
     "bKey" : "privatePostingKeyHere"
    }
    

    If you choose to active broadcasting, then for security reasons, only use your posting key(s)!

  • Save the config file, then run the bot
    npm start

About

Generate your own candlestick data from internal HIVE market prices


Languages

Language:JavaScript 100.0%