mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-08 17:01:15 +00:00
TIF added to constants and json full
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
"sell": "limit",
|
||||
"stoploss": "market"
|
||||
},
|
||||
"order_time_in_force": {
|
||||
"buy": "gtc",
|
||||
"sell": "gtc",
|
||||
},
|
||||
"exchange": {
|
||||
"name": "bittrex",
|
||||
"key": "your_exchange_key",
|
||||
|
||||
Reference in New Issue
Block a user