Update sample configurations

This commit is contained in:
Matthias 2019-11-09 13:59:19 +01:00
parent d7262c0b4e
commit c3b4a4dde1
4 changed files with 28 additions and 10 deletions

View File

@ -52,6 +52,9 @@
"DOGE/BTC"
]
},
"pairlists": [
{"method": "StaticPairList"}
],
"edge": {
"enabled": false,
"process_throttle_secs": 3600,
@ -68,7 +71,7 @@
"remove_pumps": false
},
"telegram": {
"enabled": true,
"enabled": false,
"token": "your_telegram_token",
"chat_id": "your_telegram_chat_id"
},

View File

@ -54,6 +54,11 @@
"BNB/BTC"
]
},
"pairlists": [
{
"method": "StaticPairList"
}
],
"edge": {
"enabled": false,
"process_throttle_secs": 3600,

View File

@ -50,17 +50,22 @@
"buy": "gtc",
"sell": "gtc"
},
"pairlist": {
"method": "VolumePairList",
"config": {
"number_assets": 20,
"sort_key": "quoteVolume",
"pairlists": [
{"method": "StaticPairList"},
{
"method": "VolumePairList",
"config": {
"number_assets": 20,
"sort_key": "quoteVolume"
}
},
"filters":{
"PrecisionFilter": {},
"LowPriceFilter": {"low_price_percent": 0.01}
{"method": "PrecisionFilter"},
{"method": "LowPriceFilter",
"config": {
"low_price_percent": 0.01
}
}
},
],
"exchange": {
"name": "bittrex",
"sandbox": false,

View File

@ -46,6 +46,11 @@
]
},
"pairlists": [
{
"method": "StaticPairList"
}
],
"edge": {
"enabled": false,
"process_throttle_secs": 3600,