Add loading order_types from config file

This commit is contained in:
Matthias
2018-11-17 10:14:18 +01:00
parent e6baa9ccf2
commit 24ed9a8b7d
3 changed files with 40 additions and 0 deletions

View File

@@ -33,6 +33,11 @@
"order_book_min": 1,
"order_book_max": 9
},
"order_types": {
"buy": "limit",
"sell": "limit",
"stoploss": "market"
},
"exchange": {
"name": "bittrex",
"key": "your_exchange_key",