Initial steps to change bid/ask pricing to enter/exit

This commit is contained in:
Matthias
2022-03-27 18:03:49 +02:00
parent d1f61c4cf9
commit bcf326a035
30 changed files with 193 additions and 131 deletions

View File

@@ -419,7 +419,7 @@ def get_default_conf(testdatadir):
"entry": 10,
"exit": 30
},
"bid_strategy": {
"entry_pricing": {
"ask_last_balance": 0.0,
"use_order_book": False,
"order_book_top": 1,
@@ -428,7 +428,7 @@ def get_default_conf(testdatadir):
"bids_to_ask_delta": 1
}
},
"ask_strategy": {
"exit_pricing": {
"use_order_book": False,
"order_book_top": 1,
},