Add runmode "dry_run" to default configuration

This commit is contained in:
Matthias
2024-01-06 18:07:40 +01:00
parent 74bb1a29b6
commit 582f51ccdd
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -553,6 +553,7 @@ def get_default_conf(testdatadir):
"internals": {},
"export": "none",
"dataformat_ohlcv": "feather",
"runmode": "dry_run",
"candle_type_def": CandleType.SPOT,
}
return configuration