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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user