This is working for me. It will get you started at least. You can always stop the bot and use the Web UI to change settings as you wish
{
"apiKey": "xxx",
"apiSecret": "xxx",
"exchangeName": "poloniex",
"dualSide": true,
"pair": "nbt_btc",
"bypassStreaming": false,
"streamingserver": "stream.tradingbot.nu:5556",
"mailnotifications": "NONE",
"submitLiquidity": false,
"executeOrders": true,
"multipleOperators": false,
"txFee": 0.2,
"priceIncrement": 3.0E-4,
"emergencyTimeout": 60,
"keepProceeds": 0.0,
"wallchangeThreshold": 0.15,
"webport": 8889,
"bookDisabletier2": false,
"bookSellwall": 1000.0,
"bookBuywall": 1000.0,
"bookSellOffset": 0.007,
"bookBuyOffset": 0.007,
"bookSellMaxVolumeCumulative": 0.0,
"bookBuyMaxVolumeCumulative": 0.0,
"bookBuyInterval": 0.008,
"bookSellInterval": 0.008,
"bookSellType": "EXP",
"bookBuyType": "EXP",
"bookSellSteepness": "MED",
"bookBuySteepness": "MED",
"poolModeActive": true,
"poolURI": "https://eu.nupool.net:443/",
"poolPayoutAddress": "xxx",
"poolSubmitInterval": 50,
"mainFeed": "bitfinex",
"backupFeeds": [
"blockchain",
"bitcoinaverage",
"coinbase",
"bitstamp",
"kraken"
]
}