Initial steps to change bid/ask pricing to enter/exit
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user