Files
btc-5m-edge-study/requirements.txt
T
Michelle 4aa8789cba Initial commit — BTC 5-minute binary options edge study
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>
2026-07-24 22:49:05 -07:00

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