mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-05 07:21:14 +00:00
Add simple test for recursive loading
This commit is contained in:
18
tests/testdata/testconfigs/pricing2.json
vendored
Normal file
18
tests/testdata/testconfigs/pricing2.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"entry_pricing": {
|
||||
"price_side": "same",
|
||||
"use_order_book": true,
|
||||
"order_book_top": 1,
|
||||
"price_last_balance": 0.0,
|
||||
"check_depth_of_market": {
|
||||
"enabled": false,
|
||||
"bids_to_ask_delta": 1
|
||||
}
|
||||
},
|
||||
"exit_pricing":{
|
||||
"price_side": "other",
|
||||
"use_order_book": true,
|
||||
"order_book_top": 1,
|
||||
"price_last_balance": 0.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user