From f372485e3ba608d215c0e8b7725ae152cba4c268 Mon Sep 17 00:00:00 2001 From: mindesbunister Date: Wed, 17 Dec 2025 15:44:13 +0100 Subject: [PATCH] docs: Update copilot-instructions.md with v11 analysis commit reference --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 040d69f..d8fbbd3 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -5256,6 +5256,7 @@ if (!enabled) { 3. **Changing order logic:** Test with DRY_RUN=true first, use small position sizes ($10) 4. **API endpoint changes:** Update both endpoint + corresponding n8n workflow JSON (Check Risk and Execute Trade nodes) 5. **Docker changes:** Rebuild with `docker compose build trading-bot` then restart container +6. **Git commits:** Comprehensive v11 analysis documented (3bba686) - $1,000 loss root cause from Bug #84 (filters calculated but never applied), complete data breakdown of 7 trades with quality threshold analysis (LONG RSI 60-70 optimal), emergency fix deployed as v11.1 6. **Modifying quality score logic:** Update BOTH `/api/trading/check-risk` and `/api/trading/execute` endpoints, ensure timeframe-aware thresholds are synchronized 7. **Exit strategy changes:** Modify Position Manager logic + update on-chain order placement in `placeExitOrders()` 8. **TradingView alert changes:**