freqtrade/templates/subtemplates/exchange_bittrex.j2

This commit is contained in:
hroff-1902 2020-02-14 01:08:17 +03:00
parent 0631fc937a
commit a0a14a1078
1 changed files with 7 additions and 0 deletions

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