stable/config.json.example

46 lines
930 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-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": {
"40": 0.0,
"30": 0.01,
2017-11-23 16:41:25 +00:00
"20": 0.02,
"0": 0.04
2017-10-01 12:07:09 +00:00
},
2017-11-23 16:43:19 +00:00
"stoploss": -0.10,
2017-10-01 12:07:09 +00:00
"bid_strategy": {
"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": [
"BTC_ETH",
"BTC_LTC",
"BTC_ETC",
"BTC_DASH",
"BTC_ZEC",
"BTC_XLM",
"BTC_NXT",
"BTC_POWR",
"BTC_ADA",
"BTC_XMR"
2017-05-12 17:11:56 +00:00
]
},
"experimental": {
"use_sell_signal": false
},
2017-05-12 17:11:56 +00:00
"telegram": {
"enabled": true,
"token": "token",
"chat_id": "chat_id"
},
2017-11-11 15:47:19 +00:00
"initial_state": "running",
"internals": {
"process_throttle_secs": 5
}
}