2018-01-29 04:53:55 +00:00
|
|
|
{
|
|
|
|
"max_open_trades": 3,
|
|
|
|
"stake_currency": "BTC",
|
|
|
|
"stake_amount": 0.05,
|
2020-01-02 09:59:10 +00:00
|
|
|
"tradable_balance_ratio": 0.99,
|
2018-01-29 04:53:55 +00:00
|
|
|
"fiat_display_currency": "USD",
|
2020-01-29 06:01:17 +00:00
|
|
|
"amount_reserve_percent": 0.05,
|
2020-01-05 12:25:11 +00:00
|
|
|
"amend_last_stake_amount": false,
|
2020-01-10 05:36:28 +00:00
|
|
|
"last_stake_amount_min_ratio": 0.5,
|
2018-01-29 04:53:55 +00:00
|
|
|
"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,
|
2019-03-10 14:54:46 +00:00
|
|
|
"trailing_only_offset_is_reached": false,
|
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
|
|
|
"use_order_book": false,
|
2019-05-11 12:33:26 +00:00
|
|
|
"ask_last_balance": 0.0,
|
2018-08-29 09:38:43 +00:00
|
|
|
"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
|
2018-01-29 04:53:55 +00:00
|
|
|
},
|
2018-11-17 09:14:18 +00:00
|
|
|
"order_types": {
|
|
|
|
"buy": "limit",
|
|
|
|
"sell": "limit",
|
2019-09-01 07:07:09 +00:00
|
|
|
"emergencysell": "market",
|
2018-11-25 16:30:06 +00:00
|
|
|
"stoploss": "market",
|
2019-03-31 11:30:22 +00:00
|
|
|
"stoploss_on_exchange": false,
|
2019-01-16 17:58:12 +00:00
|
|
|
"stoploss_on_exchange_interval": 60
|
2018-11-17 09:14:18 +00:00
|
|
|
},
|
2018-11-25 20:05:25 +00:00
|
|
|
"order_time_in_force": {
|
|
|
|
"buy": "gtc",
|
2019-03-31 11:30:22 +00:00
|
|
|
"sell": "gtc"
|
2018-11-25 20:05:25 +00:00
|
|
|
},
|
2019-11-09 12:59:19 +00:00
|
|
|
"pairlists": [
|
|
|
|
{"method": "StaticPairList"},
|
|
|
|
{
|
|
|
|
"method": "VolumePairList",
|
2019-11-19 05:48:56 +00:00
|
|
|
"number_assets": 20,
|
|
|
|
"sort_key": "quoteVolume",
|
|
|
|
"refresh_period": 1800
|
2019-10-30 15:00:16 +00:00
|
|
|
},
|
2019-11-09 12:59:19 +00:00
|
|
|
{"method": "PrecisionFilter"},
|
2020-02-03 06:44:17 +00:00
|
|
|
{"method": "PriceFilter", "low_price_ratio": 0.01},
|
|
|
|
{"method": "SpreadFilter", "max_spread_ratio": 0.005}
|
2019-11-09 12:59:19 +00:00
|
|
|
],
|
2018-01-29 04:53:55 +00:00
|
|
|
"exchange": {
|
|
|
|
"name": "bittrex",
|
2019-04-24 07:31:13 +00:00
|
|
|
"sandbox": false,
|
2018-01-30 20:46:40 +00:00
|
|
|
"key": "your_exchange_key",
|
|
|
|
"secret": "your_exchange_secret",
|
2019-04-24 07:31:13 +00:00
|
|
|
"password": "",
|
2018-10-04 18:34:33 +00:00
|
|
|
"ccxt_config": {"enableRateLimit": true},
|
|
|
|
"ccxt_async_config": {
|
|
|
|
"enableRateLimit": false,
|
2019-04-16 17:51:42 +00:00
|
|
|
"rateLimit": 500,
|
2018-10-04 18:34:33 +00:00
|
|
|
"aiohttp_trust_env": false
|
|
|
|
},
|
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",
|
2019-10-30 08:20:56 +00:00
|
|
|
"TRX/BTC",
|
2018-03-24 19:07:04 +00:00
|
|
|
"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
|
|
|
],
|
2019-03-10 12:30:52 +00:00
|
|
|
"outdated_offset": 5,
|
|
|
|
"markets_refresh_interval": 60
|
2018-01-29 04:53:55 +00:00
|
|
|
},
|
2018-10-02 10:42:59 +00:00
|
|
|
"edge": {
|
|
|
|
"enabled": false,
|
2018-11-03 13:31:34 +00:00
|
|
|
"process_throttle_secs": 3600,
|
2018-11-30 17:07:45 +00:00
|
|
|
"calculate_since_number_of_days": 7,
|
2018-10-02 10:42:59 +00:00
|
|
|
"allowed_risk": 0.01,
|
|
|
|
"stoploss_range_min": -0.01,
|
|
|
|
"stoploss_range_max": -0.1,
|
|
|
|
"stoploss_range_step": -0.01,
|
2018-11-03 13:31:34 +00:00
|
|
|
"minimum_winrate": 0.60,
|
2018-10-02 10:42:59 +00:00
|
|
|
"minimum_expectancy": 0.20,
|
2018-11-03 13:31:34 +00:00
|
|
|
"min_trade_number": 10,
|
2018-10-02 10:42:59 +00:00
|
|
|
"max_trade_duration_minute": 1440,
|
2018-11-03 13:31:34 +00:00
|
|
|
"remove_pumps": false
|
2018-10-02 10:42:59 +00:00
|
|
|
},
|
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
|
|
|
},
|
2019-05-18 08:24:01 +00:00
|
|
|
"api_server": {
|
|
|
|
"enabled": false,
|
|
|
|
"listen_ip_address": "127.0.0.1",
|
2019-05-25 12:11:30 +00:00
|
|
|
"listen_port": 8080,
|
|
|
|
"username": "freqtrader",
|
|
|
|
"password": "SuperSecurePassword"
|
2019-05-18 08:24:01 +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",
|
2018-10-10 18:08:29 +00:00
|
|
|
"forcebuy_enable": false,
|
2018-01-29 04:53:55 +00:00
|
|
|
"internals": {
|
2019-10-25 13:00:16 +00:00
|
|
|
"process_throttle_secs": 5,
|
2019-10-25 17:59:04 +00:00
|
|
|
"heartbeat_interval": 60
|
2018-03-27 16:16:21 +00:00
|
|
|
},
|
|
|
|
"strategy": "DefaultStrategy",
|
2019-07-04 17:56:48 +00:00
|
|
|
"strategy_path": "user_data/strategies/"
|
2018-01-29 04:53:55 +00:00
|
|
|
}
|