Fix warningPrinted scope error - move declaration to function level
This commit is contained in:
38
confluence-relaxed.set
Normal file
38
confluence-relaxed.set
Normal 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
|
||||
Reference in New Issue
Block a user