From 7b9a4bfde7f86f064148e3a22e6d6cb216e27a41 Mon Sep 17 00:00:00 2001 From: bizzle Date: Thu, 19 Mar 2026 21:19:44 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e459e4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# btc-ml-optimizer + +Autonomous ML trading strategy optimizer with LLM-in-the-loop. XGBoost/LightGBM on GPU (RTX 4070 Ti) + qwen3.5:27b on Mac Mini for strategy analysis. Walk-forward backtesting on BTC OHLCV data. \ No newline at end of file