stable/config.json.example

40 lines
823 B
Plaintext
Raw Normal View History

2017-05-12 17:11:56 +00:00
{
2017-05-17 23:46:08 +00:00
"max_open_trades": 3,
2017-05-12 17:11:56 +00:00
"stake_amount": 0.05,
"dry_run": false,
"trade_thresholds": {
"2880": 0.005,
"1440": 0.01,
"720": 0.03,
"360": 0.05,
"0": 0.10
},
"poloniex": {
"enabled": false,
"key": "key",
"secret": "secret",
"pair_whitelist": []
},
"bittrex": {
"enabled": true,
"key": "key",
"secret": "secret",
"pair_whitelist": [
2017-05-14 12:14:16 +00:00
"BTC_RLC",
"BTC_TKN",
2017-05-12 17:11:56 +00:00
"BTC_TRST",
2017-05-14 12:14:16 +00:00
"BTC_SWT",
"BTC_PIVX",
"BTC_MLN",
"BTC_XZC",
2017-05-12 17:11:56 +00:00
"BTC_TIME",
"BTC_NXS",
2017-05-14 12:14:16 +00:00
"BTC_LUN"
2017-05-12 17:11:56 +00:00
]
},
"telegram": {
"enabled": true,
"token": "token",
"chat_id": "chat_id"
}
}