4aa8789cba
Reconstructed strategy engine + execution layer, trained XGBoost models, a manual trading tool, and the research writeup. Paper mode runs keyless over live WebSocket feeds; live trading requires your own wallet. No secrets committed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
536 B
Plaintext
16 lines
536 B
Plaintext
# ── Paper / data-collection + XGBoost inference (all you need to run the study) ──
|
|
aiohttp
|
|
orjson
|
|
numpy
|
|
xgboost
|
|
scikit-learn # the live engine loads its XGBoost gates via XGBClassifier
|
|
|
|
# ── Live trading only (--trade). NOT needed for paper mode. ──
|
|
# The live executor uses a specific Polymarket CLOB client fork (py_clob_client_v2)
|
|
# that is not on PyPI. Install Polymarket's py-clob-client and adapt, or wire your
|
|
# own. Left commented so paper mode installs clean.
|
|
# python-dotenv
|
|
# web3
|
|
# httpx
|
|
# py-clob-client
|