sample-options.json

NuBotTrading / config / sample-options.json

{
  "exchangename":"poloniex",
  "apikey": "xxx",
  "apisecret": "xxx",
  "txfee": 0.2,
  "pair":"nbt_btc",


  "dualside": true,
  "multiplecustodians":false,
  "executeorders":true,
  "verbosity":"normal",
  "gitter":true,
  "mailnotifications":"severe",
  "mailrecipient":"xxx@xxx.xxx",
  "emergencytimeout":60,
  "keepproceeds":0,
  "priceincrement": 0.1,
  "bypassStreaming": false,
  "streamingServer" : "stream.tradingbot.nu:8889",
  "webport":8889,


  "submitliquidity":true,
  "nubitaddress": "xxx",
  "nudip": "127.0.0.1",
  "nudport": 9091,
  "rpcpass": "xxx",
  "rpcuser": "xxx",


  "wallchangeThreshold": 0.1,
  "mainfeed":"blockchain",
  "backupfeeds": ["coinbase", "btce"],


  "bookDisabletier2": false,

  "bookSellwall": 1000.0,
  "bookSellOffset": 0.002,
  "bookSellInterval": 0.015,
  "bookSellMaxVolumeCumulative" : 0,
  "bookSellType": "exp",
  "bookSellSteepness": "low",

  "bookBuywall": 1000.0,
  "bookBuyOffset": 0.048,
  "bookBuyInterval": 0.015,
  "bookBuyMaxVolumeCumulative" : 0,
  "bookBuyType": "log",
  "bookBuySteepness": "low"
}