Update trading thresholds in config and main logic for improved order placement

This commit is contained in:
Nawaz Haider
2026-01-10 19:10:40 +06:00
parent e0cd82553a
commit 32518bfceb
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ class OrderBook:
micro_price = (best_bid_price + best_ask_price) / 2
mid_price = (best_bid_price + best_ask_price) / 2
micro_vs_mid_bps = (micro_price - mid_price) * 10000
imcro_vs_mid_bps = (micro_price - mid_price) * 10000
return {
"best_bid_price": best_bid_price,