Files
EA2/smart-bot/SmartBot_XAUUSD_TrendFollowing_Swing.set
sigitholic 98507e3a47 Initial commit
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 20:22:43 +07:00

93 lines
2.0 KiB
Plaintext

; SmartBot XAUUSD Trend-Following Swing Settings
; Mode: Trend-Following (Trending 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=1
; 0=Mean-Reversion, 1=Trend-Following
MTF_MinScore=40.0
; Very high score untuk swing trend-following yang sangat konservatif
MTF_ApplyToXAUUSD=true
MTF_ApplyToAllPairs=false
MTF_PreventOppositeEntry=true
MTF_UseVoteTieBreaker=true
;=== ADX Threshold Settings ===
MTF_ADX_H1_Threshold=25
; Very high untuk swing trend-following
MTF_ADX_M15_Threshold=22
MTF_ADX_M5_Threshold=15
MTF_ADX_M1_Threshold=12
; Higher untuk swing trend-following
;=== RSI Settings ===
RSI_Period=14
RSI_Overbought=70
RSI_Oversold=30
; Standard RSI (akan diinterpretasi berbeda dalam trend-following mode)
;=== Stochastic Settings ===
Stochastic_K=14
Stochastic_D=3
Stochastic_Slow=3
; Standard Stochastic (akan diinterpretasi berbeda dalam trend-following mode)
;=== 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=40
; Moderate spread tolerance
MaxSlippage=10
; Higher slippage tolerance
;=== Risk Management ===
UseFixedStopLoss=true
FixedStopLoss=300
; 300 points untuk XAUUSD swing trend-following
UseFixedTakeProfit=true
FixedTakeProfit=500
; 500 points untuk XAUUSD swing trend-following
MaxDailyLoss=750
MaxDailyProfit=1500
;=== Session Settings ===
EnableSessionFilter=true
LondonSession=true
NewYorkSession=true
TokyoSession=true
; All major sessions
;=== News Filter ===
EnableNewsFilter=true
NewsFilterMinutes=120
; Avoid trading 120 minutes around news
;=== Additional Filters ===
EnableVolumeFilter=true
MinVolume=4000
; Very high volume requirement untuk swing trend-following
EnableSpreadFilter=true
MaxSpreadPoints=35
; Moderate spread untuk swing trend-following