Files
EA2/smart-bot/SmartBot_XAUUSD_MeanReversion_Swing.set
2026-05-24 20:22:43 +07:00

93 lines
1.8 KiB
Plaintext

; SmartBot XAUUSD Mean-Reversion Swing Settings
; Mode: Mean-Reversion (Sideways/Range-bound market)
; Timeframe: Swing (H1-H4 focus)
; Pair: XAUUSD
;=== Mode Settings ===
Mode=2
; 0=Scalping, 1=Intraday, 2=Swing
;=== Multi Timeframe Confirmation ===
EnableMTFConfirmation=true
MTF_TradingMode=0
; 0=Mean-Reversion, 1=Trend-Following
MTF_MinScore=35.0
; Higher score untuk swing yang lebih konservatif
MTF_ApplyToXAUUSD=true
MTF_ApplyToAllPairs=false
MTF_PreventOppositeEntry=true
MTF_UseVoteTieBreaker=true
;=== ADX Threshold Settings ===
MTF_ADX_H1_Threshold=18
; Higher untuk swing
MTF_ADX_M15_Threshold=15
MTF_ADX_M5_Threshold=10
MTF_ADX_M1_Threshold=8
; Moderate untuk swing
;=== RSI Settings ===
RSI_Period=14
RSI_Overbought=70
RSI_Oversold=30
; Standard RSI untuk mean-reversion
;=== Stochastic Settings ===
Stochastic_K=14
Stochastic_D=3
Stochastic_Slow=3
; Standard Stochastic untuk mean-reversion
;=== EMA Settings ===
EMA_Fast=12
EMA_Slow=26
; Standard EMA untuk trend detection
;=== ADX Settings ===
ADX_Period=14
; Standard ADX period
;=== Trading Settings ===
LotSize=0.1
; Larger lot untuk swing
MaxSpread=50
; Higher spread tolerance untuk swing
MaxSlippage=10
; Higher slippage tolerance
;=== Risk Management ===
UseFixedStopLoss=true
FixedStopLoss=250
; 250 points untuk XAUUSD swing
UseFixedTakeProfit=true
FixedTakeProfit=400
; 400 points untuk XAUUSD swing
MaxDailyLoss=1000
MaxDailyProfit=2000
;=== Session Settings ===
EnableSessionFilter=true
LondonSession=true
NewYorkSession=true
TokyoSession=true
; All major sessions
;=== News Filter ===
EnableNewsFilter=true
NewsFilterMinutes=90
; Avoid trading 90 minutes around news
;=== Additional Filters ===
EnableVolumeFilter=true
MinVolume=2500
; Higher volume requirement untuk swing
EnableSpreadFilter=true
MaxSpreadPoints=40
; Higher spread tolerance untuk swing