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,
|
2017-12-25 07:51:41 +00:00
|
|
|
"fiat_display_currency": "USD",
|
2018-05-09 06:15:09 +00:00
|
|
|
"ticker_interval" : "5m",
|
2017-05-12 17:11:56 +00:00
|
|
|
"dry_run": false,
|
2018-06-26 21:06:27 +00:00
|
|
|
"trailing_stop": false,
|
2018-06-14 01:32:52 +00:00
|
|
|
"unfilledtimeout": {
|
2018-07-01 17:41:19 +00:00
|
|
|
"buy": 10,
|
|
|
|
"sell": 30
|
2018-06-30 15:37:34 +00:00
|
|
|
},
|
2017-10-01 12:07:09 +00:00
|
|
|
"bid_strategy": {
|
2018-08-29 09:38:43 +00:00
|
|
|
"ask_last_balance": 0.0,
|
|
|
|
"use_order_book": false,
|
|
|
|
"order_book_top": 1,
|
|
|
|
"check_depth_of_market": {
|
|
|
|
"enabled": false,
|
|
|
|
"bids_to_ask_delta": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ask_strategy":{
|
|
|
|
"use_order_book": false,
|
|
|
|
"order_book_min": 1,
|
2019-10-05 10:29:59 +00:00
|
|
|
"order_book_max": 9,
|
|
|
|
"use_sell_signal": true,
|
|
|
|
"sell_profit_only": false,
|
|
|
|
"ignore_roi_if_buy_signal": false
|
2017-09-17 19:37:46 +00:00
|
|
|
},
|
2017-10-06 10:22:04 +00:00
|
|
|
"exchange": {
|
|
|
|
"name": "bittrex",
|
2018-01-30 20:46:07 +00:00
|
|
|
"key": "your_exchange_key",
|
|
|
|
"secret": "your_exchange_secret",
|
2018-10-04 18:34:33 +00:00
|
|
|
"ccxt_config": {"enableRateLimit": true},
|
|
|
|
"ccxt_async_config": {
|
2019-04-16 17:51:42 +00:00
|
|
|
"enableRateLimit": true,
|
|
|
|
"rateLimit": 500
|
2018-10-04 18:34:33 +00:00
|
|
|
},
|
2017-05-12 17:11:56 +00:00
|
|
|
"pair_whitelist": [
|
2018-03-24 19:07:04 +00:00
|
|
|
"ETH/BTC",
|
|
|
|
"LTC/BTC",
|
|
|
|
"ETC/BTC",
|
|
|
|
"DASH/BTC",
|
|
|
|
"ZEC/BTC",
|
|
|
|
"XLM/BTC",
|
|
|
|
"NXT/BTC",
|
2019-10-30 08:20:56 +00:00
|
|
|
"TRX/BTC",
|
2018-03-24 19:07:04 +00:00
|
|
|
"ADA/BTC",
|
|
|
|
"XMR/BTC"
|
2017-12-31 09:14:17 +00:00
|
|
|
],
|
|
|
|
"pair_blacklist": [
|
2018-03-24 19:07:04 +00:00
|
|
|
"DOGE/BTC"
|
2017-05-12 17:11:56 +00:00
|
|
|
]
|
|
|
|
},
|
2019-11-09 12:59:19 +00:00
|
|
|
"pairlists": [
|
|
|
|
{"method": "StaticPairList"}
|
|
|
|
],
|
2018-09-21 15:41:31 +00:00
|
|
|
"edge": {
|
|
|
|
"enabled": false,
|
2018-11-03 13:31:34 +00:00
|
|
|
"process_throttle_secs": 3600,
|
2018-11-06 19:11:15 +00:00
|
|
|
"calculate_since_number_of_days": 7,
|
2018-12-01 09:58:47 +00:00
|
|
|
"capital_available_percentage": 0.5,
|
2018-09-21 19:36:26 +00:00
|
|
|
"allowed_risk": 0.01,
|
2018-09-22 13:43:41 +00:00
|
|
|
"stoploss_range_min": -0.01,
|
|
|
|
"stoploss_range_max": -0.1,
|
2018-11-03 13:31:34 +00:00
|
|
|
"stoploss_range_step": -0.01,
|
|
|
|
"minimum_winrate": 0.60,
|
2018-09-28 14:40:34 +00:00
|
|
|
"minimum_expectancy": 0.20,
|
2018-11-03 13:31:34 +00:00
|
|
|
"min_trade_number": 10,
|
2018-09-21 19:46:18 +00:00
|
|
|
"max_trade_duration_minute": 1440,
|
2018-11-03 13:31:34 +00:00
|
|
|
"remove_pumps": false
|
2018-09-21 15:41:31 +00:00
|
|
|
},
|
2017-05-12 17:11:56 +00:00
|
|
|
"telegram": {
|
2019-11-09 12:59:19 +00:00
|
|
|
"enabled": false,
|
2018-02-03 19:31:55 +00:00
|
|
|
"token": "your_telegram_token",
|
|
|
|
"chat_id": "your_telegram_chat_id"
|
2017-09-08 22:31:40 +00:00
|
|
|
},
|
2017-11-11 15:47:19 +00:00
|
|
|
"initial_state": "running",
|
2018-10-10 18:08:29 +00:00
|
|
|
"forcebuy_enable": false,
|
2017-11-11 15:47:19 +00:00
|
|
|
"internals": {
|
|
|
|
"process_throttle_secs": 5
|
|
|
|
}
|
2017-11-21 05:37:31 +00:00
|
|
|
}
|