2017-05-12 17:11:56 +00:00
|
|
|
{
|
2017-05-17 23:46:08 +00:00
|
|
|
"max_open_trades": 3,
|
2017-05-18 16:47:13 +00:00
|
|
|
"stake_currency": "BTC",
|
2017-05-12 17:11:56 +00:00
|
|
|
"stake_amount": 0.05,
|
|
|
|
"dry_run": false,
|
2017-10-01 12:07:09 +00:00
|
|
|
"minimal_roi": {
|
2017-10-15 13:58:23 +00:00
|
|
|
"50": 0.0,
|
|
|
|
"40": 0.01,
|
|
|
|
"30": 0.02,
|
|
|
|
"0": 0.045
|
2017-10-01 12:07:09 +00:00
|
|
|
},
|
|
|
|
"stoploss": -0.40,
|
|
|
|
"bid_strategy": {
|
2017-09-17 19:37:46 +00:00
|
|
|
"ask_last_balance": 0.0
|
|
|
|
},
|
2017-10-06 10:22:04 +00:00
|
|
|
"exchange": {
|
|
|
|
"name": "bittrex",
|
2017-05-12 17:11:56 +00:00
|
|
|
"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",
|
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"
|
2017-09-08 22:31:40 +00:00
|
|
|
},
|
2017-11-11 15:47:19 +00:00
|
|
|
"initial_state": "running",
|
|
|
|
"internals": {
|
|
|
|
"process_throttle_secs": 5
|
|
|
|
}
|
2017-05-12 17:11:56 +00:00
|
|
|
}
|