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