Analysis updated 2026-05-18
Simulate mean-reversion trading strategies against live Polymarket data with no real funds.
Compare Conservative, Moderate, and Aggressive risk profiles for the same strategy.
Watch live signals and simulated performance on a web dashboard.
| trading-2028/polymarket-ai-trading | giovapanasiti/active_canvas | thiago-code-lab/aws-certified-solutions-architect-associate-brasil | |
|---|---|---|---|
| Stars | 219 | 204 | 202 |
| Language | HTML | HTML | HTML |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Runs with Docker, an OpenAI key is optional for the AI scoring layer.
This is a research and paper trading toolkit for Polymarket, a prediction market platform where people bet on real-world outcomes. The system connects to live Polymarket data and runs automated strategies that simulate trading without moving any real money by default. The core strategy is called mean reversion, which is based on the idea that prices that drift far from their historical average tend to drift back. The system runs three versions of this idea simultaneously with different risk levels: Conservative (smaller bets, stricter entry rules), Moderate (middle ground), and Aggressive (larger simulated bets, looser entry rules). An optional AI layer can help score market quality when you provide an OpenAI key. All trade history is stored in a local SQLite database, and a web dashboard lets you watch signals, model performance, and AI scoring panels in real time. You would use this if you want to study prediction markets, test trading ideas in simulation, or learn how automated market systems work without risking money. It is built for people comfortable with Node.js and Docker who want a structured research environment. The stack is Node.js with Express for the backend API, SQLite for storage, Docker for running all services together, and a static web dashboard that can be deployed to a hosting platform. No real wallet or funds are required to run the default paper trading mode.
A research and paper-trading toolkit that runs mean-reversion strategies against live Polymarket data without risking real money by default.
Mainly HTML. The stack also includes Node.js, Express, SQLite.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.