2018-11-29 06:07:47 +00:00
|
|
|
{
|
|
|
|
"max_open_trades": 3,
|
|
|
|
"stake_currency": "BTC",
|
|
|
|
"stake_amount": 0.05,
|
2020-01-03 10:23:06 +00:00
|
|
|
"tradable_balance_ratio": 0.99,
|
2018-11-29 06:07:47 +00:00
|
|
|
"fiat_display_currency": "USD",
|
2020-06-01 18:47:36 +00:00
|
|
|
"timeframe": "5m",
|
2018-11-29 06:07:47 +00:00
|
|
|
"dry_run": true,
|
2020-04-24 22:16:52 +00:00
|
|
|
"cancel_open_orders_on_exit": false,
|
2018-11-29 06:07:47 +00:00
|
|
|
"unfilledtimeout": {
|
2022-03-26 10:55:11 +00:00
|
|
|
"entry": 10,
|
|
|
|
"exit": 10,
|
2022-01-16 12:16:49 +00:00
|
|
|
"exit_timeout_count": 0,
|
|
|
|
"unit": "minutes"
|
2018-11-29 06:07:47 +00:00
|
|
|
},
|
2022-03-27 16:03:49 +00:00
|
|
|
"entry_pricing": {
|
|
|
|
"price_side": "same",
|
2021-06-26 06:19:37 +00:00
|
|
|
"use_order_book": true,
|
2018-11-29 06:07:47 +00:00
|
|
|
"order_book_top": 1,
|
2022-03-29 17:07:29 +00:00
|
|
|
"price_last_balance": 0.0,
|
2018-11-29 06:07:47 +00:00
|
|
|
"check_depth_of_market": {
|
|
|
|
"enabled": false,
|
|
|
|
"bids_to_ask_delta": 1
|
|
|
|
}
|
|
|
|
},
|
2022-03-27 16:03:49 +00:00
|
|
|
"exit_pricing": {
|
|
|
|
"price_side": "same",
|
2021-06-26 06:19:37 +00:00
|
|
|
"use_order_book": true,
|
2021-06-26 14:06:09 +00:00
|
|
|
"order_book_top": 1
|
2018-11-29 06:07:47 +00:00
|
|
|
},
|
|
|
|
"exchange": {
|
|
|
|
"name": "binance",
|
|
|
|
"key": "your_exchange_key",
|
|
|
|
"secret": "your_exchange_secret",
|
2021-10-04 18:14:14 +00:00
|
|
|
"ccxt_config": {},
|
2018-11-29 06:07:47 +00:00
|
|
|
"ccxt_async_config": {
|
|
|
|
},
|
|
|
|
"pair_whitelist": [
|
2019-12-03 05:37:10 +00:00
|
|
|
"ALGO/BTC",
|
|
|
|
"ATOM/BTC",
|
|
|
|
"BAT/BTC",
|
|
|
|
"BCH/BTC",
|
|
|
|
"BRD/BTC",
|
2018-11-29 06:07:47 +00:00
|
|
|
"EOS/BTC",
|
2019-12-03 05:37:10 +00:00
|
|
|
"ETH/BTC",
|
2018-11-29 06:07:47 +00:00
|
|
|
"IOTA/BTC",
|
2019-12-03 05:37:10 +00:00
|
|
|
"LINK/BTC",
|
2018-11-29 06:07:47 +00:00
|
|
|
"LTC/BTC",
|
2019-12-03 05:37:10 +00:00
|
|
|
"NEO/BTC",
|
|
|
|
"NXS/BTC",
|
2018-11-29 06:07:47 +00:00
|
|
|
"XMR/BTC",
|
2019-12-03 05:37:10 +00:00
|
|
|
"XRP/BTC",
|
|
|
|
"XTZ/BTC"
|
2018-11-29 06:07:47 +00:00
|
|
|
],
|
|
|
|
"pair_blacklist": [
|
2022-10-24 17:30:46 +00:00
|
|
|
"BNB/.*"
|
2018-11-29 06:07:47 +00:00
|
|
|
]
|
|
|
|
},
|
2019-11-09 12:59:19 +00:00
|
|
|
"pairlists": [
|
2019-11-09 14:36:11 +00:00
|
|
|
{"method": "StaticPairList"}
|
2019-11-09 12:59:19 +00:00
|
|
|
],
|
2018-11-29 06:07:47 +00:00
|
|
|
"telegram": {
|
|
|
|
"enabled": false,
|
|
|
|
"token": "your_telegram_token",
|
|
|
|
"chat_id": "your_telegram_chat_id"
|
|
|
|
},
|
2020-05-31 07:57:31 +00:00
|
|
|
"api_server": {
|
|
|
|
"enabled": false,
|
|
|
|
"listen_ip_address": "127.0.0.1",
|
|
|
|
"listen_port": 8080,
|
2021-01-03 06:18:41 +00:00
|
|
|
"verbosity": "error",
|
2020-05-31 07:57:31 +00:00
|
|
|
"jwt_secret_key": "somethingrandom",
|
2020-06-24 18:32:19 +00:00
|
|
|
"CORS_origins": [],
|
2021-01-03 06:18:41 +00:00
|
|
|
"username": "freqtrader",
|
|
|
|
"password": "SuperSecurePassword"
|
2020-05-31 07:57:31 +00:00
|
|
|
},
|
2021-01-16 15:19:49 +00:00
|
|
|
"bot_name": "freqtrade",
|
2018-11-29 06:07:47 +00:00
|
|
|
"initial_state": "running",
|
2022-04-29 18:10:50 +00:00
|
|
|
"force_entry_enable": false,
|
2018-11-29 06:07:47 +00:00
|
|
|
"internals": {
|
|
|
|
"process_throttle_secs": 5
|
|
|
|
}
|
|
|
|
}
|