Fix warningPrinted scope error - move declaration to function level

This commit is contained in:
2026-03-29 22:23:35 -04:00
parent 2f8c24a5d2
commit 04756ef2bd
6 changed files with 746 additions and 20 deletions

38
confluence-relaxed.set Normal file
View File

@@ -0,0 +1,38 @@
; === Confluence Trading Settings (RELAXED for Low Volatility Market) ===
InpMinConfluence=2
InpMinConfluenceStrength=0.65
InpRequireAllAgree=true
InpMaxSignalAge=3
; === Risk Management ===
InpLotSize=0.01
InpRiskPercent=1.0
InpStopLoss=100
InpTakeProfit=200
InpUseTrailingStop=true
InpTrailingStart=50
InpTrailingStep=75
InpTrailingStop=30
InpMaxPositions=3
InpMaxDailyTrades=5
; === Confluence Indicator ===
InpIndicatorName=MultiSignal_Confluence
InpConfluenceBuffer=5
; === Filters (RELAXED) ===
InpUseTrendFilter=false
InpTrendMAPeriod=50
InpUseATRFilter=true
InpATRPeriod=14
InpMinATR=0.0002
InpAvoidWeekends=true
; === Alerts ===
InpUseAlerts=true
InpUsePushNotifications=false
InpEmailAlerts=false
; === EA Settings ===
InpMagicNumber=777777
InpSlippage=3