A Feature for the bot to use sell orders instead of tickers. New config settings (min & max) are also introduced to allow the bot to search from the sell orders a profitable rate based on minimum roi.

Expected issue: cannot be used in backtesting
This commit is contained in:
Nullart
2018-06-12 10:27:08 +08:00
parent d36d536724
commit f530a7db0e
6 changed files with 54 additions and 13 deletions

View File

@@ -18,6 +18,11 @@
"use_book_order": true,
"book_order_top": 6
},
"ask_strategy":{
"use_book_order": true,
"book_order_min": 1,
"book_order_max": 30
},
"exchange": {
"name": "bittrex",
"key": "your_exchange_key",