From 9781eba6d9d7fca0f5c4e5a9fb09796cf708ca0a Mon Sep 17 00:00:00 2001 From: mindesbunister Date: Fri, 26 Dec 2025 16:57:14 +0100 Subject: [PATCH] docs: Update v11.2 backtest numbers to verified values (+53.80% return, PF 2.617, 202 trades) --- .github/copilot-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index c70c766..1826c5d 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -42,7 +42,7 @@ - **Active Version:** v11.2 INDICATOR (optimized Dec 26, 2025) - **Production File:** `workflows/trading/moneyline_v11_2_indicator.pinescript` - **Available Files:** - * `workflows/trading/moneyline_v11_2_indicator.pinescript` - v11.2 INDICATOR (backtested +50% return, PF 2.507) + * `workflows/trading/moneyline_v11_2_indicator.pinescript` - v11.2 INDICATOR (backtested +53.80% return, PF 2.617, 202 trades) * `workflows/trading/moneyline_v11_2_improved.pinescript` - v11.2 IMPROVED (balanced parameters) * `workflows/trading/moneyline_v11_all_filters.pinescript` - v11 All Filters (exhaustive sweep optimal) * `workflows/trading/breaker_v1.pinescript` - NEW experimental squeeze-and-release breakout concept (not deployed) @@ -68,7 +68,7 @@ - **See:** `V11_COMPREHENSIVE_ANALYSIS_DEC17_2025.md` for complete 7-trade performance breakdown ### Indicator Score Bypass System (Dec 26, 2025 - NEW) -- **Purpose:** v11.2 indicator already filters to 2.507 PF profitable setups - bot quality scoring is redundant +- **Purpose:** v11.2 indicator already filters to 2.617 PF profitable setups - bot quality scoring is redundant - **Implementation:** * Indicator sends `SCORE:100` in alert message * n8n Parse Signal Enhanced extracts `indicatorScore` via regex `SCORE:(\d+)`