mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-02 12:21:08 +00:00
test: add margin and trading mode to test config
This commit is contained in:
@@ -617,6 +617,8 @@ def get_default_conf(testdatadir):
|
||||
"dataformat_ohlcv": "feather",
|
||||
"dataformat_trades": "feather",
|
||||
"runmode": "dry_run",
|
||||
"trading_mode": "spot",
|
||||
"margin_mode": "",
|
||||
"candle_type_def": CandleType.SPOT,
|
||||
}
|
||||
return configuration
|
||||
|
||||
Reference in New Issue
Block a user