mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #2918 from hroff-1902/bittrex-config
Add order_types into Bittrex config subtemplate
This commit is contained in:
commit
ec5d2d78dd
|
@ -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