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>
This commit is contained in:
Michelle
2026-07-24 22:49:05 -07:00
co-authored by Claude Opus 4.8
commit 4aa8789cba
35 changed files with 9793 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Secrets — never commit real keys
.env
.env.*
!.env.example
*.key
*.pem
# Runtime paper/collector output (regenerated on every run)
data/chainlink_predictor/*
!data/chainlink_predictor/.gitkeep
# Python
__pycache__/
*.pyc
.venv/
venv/
.pytest_cache/
# OS
.DS_Store