docs: Update v11.2 with verified backtest results (+53.80%, PF 2.617)

- 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
This commit is contained in:
mindesbunister
2025-12-26 16:42:29 +01:00
parent 0b6f1f7a7d
commit 87c7b81b99

View File

@@ -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")