From 87c7b81b9991e9d84ced4ad7b46dc3cc98fafa18 Mon Sep 17 00:00:00 2001 From: mindesbunister Date: Fri, 26 Dec 2025 16:42:29 +0100 Subject: [PATCH] docs: Update v11.2 with verified backtest results (+53.80%, PF 2.617) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Corrected comment from +50%/2.507 to actual verified +53.80%/2.617 - 202 trades, 8.35% max drawdown confirmed via user screenshot - At 5x leverage: ~269% monthly return potential, 00 → 00-,100 --- workflows/trading/moneyline_v11_2_indicator.pinescript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/trading/moneyline_v11_2_indicator.pinescript b/workflows/trading/moneyline_v11_2_indicator.pinescript index 7b9eb61..b940128 100644 --- a/workflows/trading/moneyline_v11_2_indicator.pinescript +++ b/workflows/trading/moneyline_v11_2_indicator.pinescript @@ -2,7 +2,7 @@ indicator("Money Line v11.2 INDICATOR", shorttitle="ML v11.2", overlay=true) // V11.2 INDICATOR VERSION (Dec 26, 2025): // Production indicator with ALERTS for n8n webhook -// Uses optimized parameters from backtesting (+50% return, PF 2.507) +// Verified backtest: +53.80% return, PF 2.617, 202 trades, 8.35% max DD // === CORE PARAMETERS (OPTIMIZED) === atrPeriod = input.int(12, "ATR Period", minval=1, group="Core")