Files
mql-trading-bots/confluence-audusd.set
T
garfield 0894d18db4 WIP: 6+ weeks of uncommitted EA development and preset tuning
Confluence EA (v1.16 → v1.20):
- Per-EA realized P&L tracking via history deals
- Weekly drawdown protection
- Warmup bars, pivot cache, state persistence
- Point-scaled pivot thresholds, ranging ATR factor
- Market filling mode helper per symbol

Grid EA (v3.1 → v4.1):
- Adaptive filters, adaptive entry, spread filter
- Session filter, breakeven, correlation caps, range drift
- Profit protection (stop-after-profit, cycle reports)
- Edge cleanup v5.0 — close wrong-side positions outside grid
- Master one-shot shutdown, grid state persistence

Presets:
- Fix GetOut=Y shutdown bug on 4 grid presets
- Relax ADXMax 18→40, widen RSI 20/80 across grid presets
- Standardize daily drawdown 3%→5%, add weekly 10%
- Increase grid lots 0.01→0.03
- Normalize confluence ATR thresholds per pair
- Add XAGUSD, EURCHF, EURGBP, AUDNZD presets

Docs & DevOps:
- April 23 audit files (preset mismatch, code review, checklist)
- n8n workflow and validation infrastructure updates
- AI agent analyses in notes/

Known issues carried forward:
- Shared drawdown budget contamination (both EAs)
- Confluence ranging-market threshold inversion
- Older grid presets missing v4.1 safety controls
2026-05-12 09:02:25 -04:00

47 lines
1.0 KiB
Plaintext
Executable File

; === MultiSignal Confluence EA - AUDUSD Settings ===
; AUDUSD (Aussie) - China/commodity correlated, good trends
; Timeframe: H1
; Characteristics: Strong trends during Asian session, China news sensitive
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.71
InpRequireAllAgree=true
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=1.5
InpStopLoss=90
InpTakeProfit=220
InpUseTrailingStop=true
InpTrailingStart=55
InpTrailingStep=35
InpTrailingStop=45
InpMaxPositions=3
InpMaxDailyDrawdown=5.0
InpMaxWeeklyDrawdown=10.0
; === Filters (TIGHTER for ranging) ===
InpUseTrendFilter=false
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.35
InpUseADXFilter=true
InpADXPeriod=14
InpMinADX=18.0
; === Session Note ===
; Best performance during Asian session (China open)
; Avoid trading during Australian news (employment, RBA)
; === EA Settings ===
InpMagicNumber=777777
InpSlippage=3
InpDebugMode=false
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17