Merge pull request #2918 from hroff-1902/bittrex-config

Add order_types into Bittrex config subtemplate
This commit is contained in:
Matthias
2020-02-14 07:26:49 +01:00
committed by GitHub

View File

@@ -1,3 +1,10 @@
"order_types": {
"buy": "limit",
"sell": "limit",
"emergencysell": "limit",
"stoploss": "limit",
"stoploss_on_exchange": false
},
"exchange": {
"name": "{{ exchange_name | lower }}",
"key": "{{ exchange_key }}",