Commit Graph

14 Commits

Author SHA1 Message Date
Nawaz Haider ef4cb47d06 Add update_signed_orders_cache method to OrderBook for managing signed orders 2026-01-15 19:57:59 +06:00
Nawaz Haider 5657b087c5 Reduce sleep duration in inventory updater thread from 2 seconds to 1 second 2026-01-15 19:37:36 +06:00
Nawaz Haider 02bb3eefee Add inventory management with configurable limits and updater thread 2026-01-15 19:26:51 +06:00
Nawaz Haider 5a579d49c0 Refactor main function and related methods to remove async/await, replacing with synchronous calls for improved performance and simplicity 2026-01-12 21:43:00 +06:00
Nawaz Haider 7abcd3642c Refactor create_signed_orders_cache to be synchronous and remove asyncio task creation 2026-01-12 21:19:23 +06:00
Nawaz Haider ca8e167275 Remove duplicate call to create_signed_orders_cache in OrderBook start method 2026-01-12 20:39:43 +06:00
Nawaz Haider b4c3eb90c9 Update trading configuration and enhance order placement logic with signed orders caching 2026-01-12 15:36:24 +06:00
Nawaz Haider 430f2e9ad0 Fix typo in variable name for micro vs mid basis points calculation 2026-01-10 19:12:46 +06:00
Nawaz Haider 32518bfceb Update trading thresholds in config and main logic for improved order placement 2026-01-10 19:10:40 +06:00
Nawaz Haider d3b3a2fdb4 Refactor trading logic and client initialization; remove unused clob_client_and_order module 2026-01-02 12:40:25 +06:00
Nawaz Haider 73f1a2e249 Remove commented-out logging and trading signal execution in OrderBook class 2026-01-02 11:13:59 +06:00
Nawaz Haider 57985f5b6d Remove logging for new trading signals in OrderBook class 2026-01-01 22:53:17 +06:00
Nawaz Haider 14163bede5 Remove logging of new trading signals in OrderBook class 2026-01-01 22:52:08 +06:00
Nawaz Haider 1035b69eb6 Add OrderBook class and WebSocket integration for market data streaming 2026-01-01 19:54:32 +06:00