mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Simplify examples
This commit is contained in:
parent
748fe94603
commit
4b15873ee1
|
@ -55,9 +55,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pairlists": [
|
"pairlists": [
|
||||||
{
|
{"method": "StaticPairList"}
|
||||||
"method": "StaticPairList"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"edge": {
|
"edge": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
|
|
|
@ -47,9 +47,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pairlists": [
|
"pairlists": [
|
||||||
{
|
{"method": "StaticPairList"}
|
||||||
"method": "StaticPairList"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"edge": {
|
"edge": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
|
|
|
@ -291,4 +291,3 @@ def test_pairlistmanager_no_pairlist(mocker, markets, whitelist_conf, caplog):
|
||||||
with pytest.raises(OperationalException,
|
with pytest.raises(OperationalException,
|
||||||
match=r"No Pairlist defined!"):
|
match=r"No Pairlist defined!"):
|
||||||
get_patched_freqtradebot(mocker, whitelist_conf)
|
get_patched_freqtradebot(mocker, whitelist_conf)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user