freqtrade/templates/subtemplates/exchange_bittrex.j2
This commit is contained in:
parent
0631fc937a
commit
a0a14a1078
@ -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 }}",
|
||||
|
Loading…
Reference in New Issue
Block a user