stoploss_on_exchange_interval added to full config

This commit is contained in:
misagh 2019-01-16 18:58:12 +01:00
parent 5e2e96acd2
commit 91c714c7d1
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
"buy": "limit",
"sell": "limit",
"stoploss": "market",
"stoploss_on_exchange": "false"
"stoploss_on_exchange": "false",
"stoploss_on_exchange_interval": 60
},
"order_time_in_force": {
"buy": "gtc",