OTHER·중요도 6·2026. 06. 27.·Dev.to

I Backtested My Polymarket Bot Against Real Order Book Data. Here's What I Found.

── KO ──────────────────

실제 주문서 데이터를 활용한 Polymarket 거래 봇의 백테스트 결과에 대한 이야기입니다.

이 기사는 Rust로 생성된 Polymarket 거래 봇이 실제 주문서 데이터를 기반으로 백테스트한 결과를 다룹니다. 봇은 6개월 동안 작동했지만, 실제 데이터를 통해 두 가지 전략이 손실을 겪고 있었음을 알게 되었습니다. Polymarket의 제한된 API로 인해 역사적 데이터 수집이 어려웠지만, 여러 대안을 통해 L2 주문서 데이터를 얻어 백테스트를 수행했습니다.


── EN ──────────────────

This article discusses the backtest results of a Polymarket trading bot against real order book data.

The article details how a Rust-based Polymarket trading bot was backtested using actual order book data. Although the bot had been operational for six months with positive indicators, backtesting revealed issues with two strategies leading to losses. Due to Polymarket's limited API, the author explored various options to collect L2 order book data for accurate backtesting.

원문 보기 →목록으로