docs: Update copilot-instructions.md with v11 analysis commit reference

This commit is contained in:
mindesbunister
2025-12-17 15:44:13 +01:00
parent 3bba68637c
commit f372485e3b

View File

@@ -5256,6 +5256,7 @@ if (!enabled) {
3. **Changing order logic:** Test with DRY_RUN=true first, use small position sizes ($10) 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) 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 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 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()` 7. **Exit strategy changes:** Modify Position Manager logic + update on-chain order placement in `placeExitOrders()`
8. **TradingView alert changes:** 8. **TradingView alert changes:**