stable/tests/testdata/testconfigs/test_pricing_conf.json

22 lines
491 B
JSON
Raw Normal View History

2022-04-08 14:04:54 +00:00
{
"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": "same",
"use_order_book": true,
"order_book_top": 1,
"price_last_balance": 0.0
},
2022-04-08 15:30:23 +00:00
"add_config_files": [
2022-04-08 15:26:51 +00:00
"./test_pricing2_conf.json"
2022-04-08 14:04:54 +00:00
]
}