Polymarket paper trading PoC — VPS-hosted FastAPI + APScheduler service
  • Python 97.1%
  • Shell 1.5%
  • PLpgSQL 1.3%
  • Dockerfile 0.1%
Find a file
Claude Code (PC) f4367c7088 fix(trading): harden Binance sync — classified retry/backoff + error logging + retry tests
Co-Authored-By: Claude Code (PC) <claude-pc@b-tech.local>
2026-05-25 23:28:05 +02:00
bots feat(bots): Add DipRider v2 strategy + live node for NautilusTrader; update Lumibot symbols 2026-03-18 20:52:43 +01:00
migrations refactor(config): rename DB references vps_ledger_postgres → vps_trading_postgres 2026-04-27 02:40:50 +02:00
tests fix(trading): harden Binance sync — classified retry/backoff + error logging + retry tests 2026-05-25 23:28:05 +02:00
trading_service fix(trading): harden Binance sync — classified retry/backoff + error logging + retry tests 2026-05-25 23:28:05 +02:00
.env.example refactor(config): rename DB references vps_ledger_postgres → vps_trading_postgres 2026-04-27 02:40:50 +02:00
.gitignore chore: scaffold Polymarket paper trading PoC 2026-03-02 22:21:18 +01:00
compose.yml fix: fail-fast on missing TRADING_API_KEY in compose 2026-03-21 23:41:55 +01:00
Dockerfile refactor(config): Restructure polymarket_trading→trading_service, add Alpaca integration, unified performance tracking 2026-03-07 02:35:59 +01:00
pyproject.toml perf(trading): Replace SQLAlchemy with psycopg3 pool, reduce thread/connection pools — 172→87MB RAM (49% reduction) 2026-03-26 03:07:39 +01:00
run_thesis.py refactor(config): rename DB references vps_ledger_postgres → vps_trading_postgres 2026-04-27 02:40:50 +02:00
uv.lock chore(deps): Update pygments, clean stale sqlalchemy from lockfile 2026-04-02 01:19:46 +02:00