46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
; === 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 ; Slightly relaxed for more opportunities
|
|
InpRequireAllAgree=true
|
|
|
|
; === Risk Management ===
|
|
InpLotSize=0.01
|
|
InpUseRiskPercent=true
|
|
InpRiskPercent=1.0 ; 1% risk
|
|
InpStopLoss=90 ; 9 pips - moderate
|
|
InpTakeProfit=220 ; 1:2.4 R:R
|
|
InpUseTrailingStop=true
|
|
InpTrailingStart=55
|
|
InpTrailingStep=35
|
|
InpTrailingStop=45
|
|
InpMaxPositions=3
|
|
InpMaxDailyDrawdown=3.0
|
|
|
|
; === Filters ===
|
|
InpUseTrendFilter=false ; Let confluence work
|
|
InpTrendMAPeriod=50
|
|
InpUseVolatilityFilter=true
|
|
InpATRPeriod=14
|
|
InpMinATRPercent=0.4
|
|
InpUseADXFilter=true
|
|
InpADXPeriod=14
|
|
InpMinADX=20.0 ; Standard trend strength
|
|
|
|
; === 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
|