feat: complete BTC ML trading strategy optimizer

Multi-machine optimization loop:
- VPS orchestrator coordinates training and LLM analysis
- Windows PC (RTX 4070 Ti) runs XGBoost/LightGBM/CatBoost with GPU
- Mac Mini runs qwen3.5:27b via Ollama for strategy analysis

Includes 60+ technical features, walk-forward validation,
confidence-scaled position sizing, and automated convergence detection.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
BizzleBot
2026-03-19 21:25:44 +00:00
co-authored by Claude Opus 4.6
parent 7b9a4bfde7
commit 8ff35c1a86
13 changed files with 1420 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
torch --index-url https://download.pytorch.org/whl/cu128
xgboost
lightgbm
catboost
optuna
pandas
numpy
ta
scikit-learn