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
commit ec5d2d78dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}",