added trading_mode and margin_mode to config examples

This commit is contained in:
Sam Germain 2022-01-31 07:38:23 -06:00
parent 9e558e7e3b
commit 54ee6c1c0b
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@
"timeframe": "5m",
"dry_run": true,
"cancel_open_orders_on_exit": false,
"trading_mode": "spot",
"margin_mode": null,
"unfilledtimeout": {
"buy": 10,
"sell": 10,

View File

@ -19,6 +19,8 @@
"sell_profit_offset": 0.0,
"ignore_roi_if_buy_signal": false,
"ignore_buying_expired_candle_after": 300,
"trading_mode": "spot",
"margin_mode": null,
"minimal_roi": {
"40": 0.0,
"30": 0.01,