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:**