2018-01-29 04:53:55 +00:00
|
|
|
{
|
|
|
|
"max_open_trades": 3,
|
|
|
|
"stake_currency": "BTC",
|
|
|
|
"stake_amount": 0.05,
|
|
|
|
"fiat_display_currency": "USD",
|
|
|
|
"dry_run": false,
|
2018-03-24 09:21:59 +00:00
|
|
|
"ticker_interval": "5m",
|
2018-06-26 21:06:27 +00:00
|
|
|
"trailing_stop": false,
|
|
|
|
"trailing_stop_positive": 0.005,
|
2018-07-16 19:30:50 +00:00
|
|
|
"trailing_stop_positive_offset": 0.0051,
|
2018-01-29 04:53:55 +00:00
|
|
|
"minimal_roi": {
|
|
|
|
"40": 0.0,
|
|
|
|
"30": 0.01,
|
|
|
|
"20": 0.02,
|
|
|
|
"0": 0.04
|
|
|
|
},
|
|
|
|
"stoploss": -0.10,
|
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
|
|
|
},
|
2018-01-29 04:53:55 +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,
|
|
|
|
"order_book_max": 9
|
2018-01-29 04:53:55 +00:00
|
|
|
},
|
|
|
|
"exchange": {
|
|
|
|
"name": "bittrex",
|
2018-01-30 20:46:40 +00:00
|
|
|
"key": "your_exchange_key",
|
|
|
|
"secret": "your_exchange_secret",
|
2018-07-31 14:54:02 +00:00
|
|
|
"ccxt_rate_limit": true,
|
2018-01-29 04:53:55 +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",
|
|
|
|
"POWR/BTC",
|
|
|
|
"ADA/BTC",
|
|
|
|
"XMR/BTC"
|
2018-01-29 04:53:55 +00:00
|
|
|
],
|
|
|
|
"pair_blacklist": [
|
2018-03-24 19:07:04 +00:00
|
|
|
"DOGE/BTC"
|
2018-08-07 07:25:21 +00:00
|
|
|
],
|
|
|
|
"outdated_offset": 5
|
2018-01-29 04:53:55 +00:00
|
|
|
},
|
|
|
|
"experimental": {
|
|
|
|
"use_sell_signal": false,
|
2018-06-22 18:10:05 +00:00
|
|
|
"sell_profit_only": false,
|
2018-08-29 09:38:43 +00:00
|
|
|
"ignore_roi_if_buy_signal": false
|
2018-01-29 04:53:55 +00:00
|
|
|
},
|
|
|
|
"telegram": {
|
|
|
|
"enabled": true,
|
2018-02-03 19:31:55 +00:00
|
|
|
"token": "your_telegram_token",
|
|
|
|
"chat_id": "your_telegram_chat_id"
|
2018-01-29 04:53:55 +00:00
|
|
|
},
|
2018-06-07 03:28:05 +00:00
|
|
|
"db_url": "sqlite:///tradesv3.sqlite",
|
2018-01-29 04:53:55 +00:00
|
|
|
"initial_state": "running",
|
|
|
|
"internals": {
|
|
|
|
"process_throttle_secs": 5
|
2018-03-27 16:16:21 +00:00
|
|
|
},
|
|
|
|
"strategy": "DefaultStrategy",
|
|
|
|
"strategy_path": "/some/folder/"
|
2018-01-29 04:53:55 +00:00
|
|
|
}
|