How to increase the fill rate for limit order in polymarket? #194994
-
🏷️ Discussion TypeQuestion BodyHi Everyone. Now i am building polymarket trading bot. The strategy part is almost correct. But in real env the fill rate is so low so getting loss every trade. If you know how to fix this issue then comment. Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This sounds more like an execution/market microstructure issue rather than a strategy problem. A low fill rate on Polymarket usually comes from a combination of:
Possible improvements:
In short: your edge might be correct, but without execution optimization, it won’t realize PnL. |
Beta Was this translation helpful? Give feedback.
This sounds more like an execution/market microstructure issue rather than a strategy problem.
A low fill rate on Polymarket usually comes from a combination of:
Passive orders (maker-only) sitting too far from the spread
If you’re placing limit orders away from best bid/ask, they simply won’t get hit. You may need to tighten your quotes or dynamically follow the top of the book.
Latency and stale pricing
Even small delays (1–2s) can make your orders irrelevant. If you're deriving signals from external sources (e.g., CEX data), your quotes may already be outdated when they reach the orderbook.
Liquidity fragmentation
Some markets on Polymarket are thin. If size > available liquidity…