87 lines
1.8 KiB
Plaintext
87 lines
1.8 KiB
Plaintext
; SmartBot XAUUSD Mean-Reversion Scalping Settings
|
|
; Mode: Mean-Reversion (Sideways/Range-bound market)
|
|
; Timeframe: Scalping (M1-M5 focus)
|
|
; Pair: XAUUSD
|
|
|
|
;=== Mode Settings ===
|
|
Mode=0
|
|
; 0=Scalping, 1=Intraday, 2=Swing
|
|
|
|
;=== Multi Timeframe Confirmation ===
|
|
EnableMTFConfirmation=true
|
|
MTF_TradingMode=0
|
|
; 0=Mean-Reversion, 1=Trend-Following
|
|
MTF_MinScore=15.0
|
|
; Lower score untuk scalping yang lebih agresif
|
|
MTF_ApplyToXAUUSD=true
|
|
MTF_ApplyToAllPairs=false
|
|
MTF_PreventOppositeEntry=true
|
|
MTF_UseVoteTieBreaker=true
|
|
|
|
;=== ADX Threshold Settings ===
|
|
MTF_ADX_H1_Threshold=12
|
|
; Lebih rendah untuk scalping
|
|
MTF_ADX_M15_Threshold=10
|
|
MTF_ADX_M5_Threshold=6
|
|
MTF_ADX_M1_Threshold=4
|
|
; Sangat rendah untuk M1 scalping
|
|
|
|
;=== 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.01
|
|
; Small lot untuk scalping
|
|
MaxSpread=30
|
|
; Toleransi spread untuk XAUUSD scalping
|
|
MaxSlippage=5
|
|
; Slippage tolerance untuk XAUUSD
|
|
|
|
;=== Risk Management ===
|
|
UseFixedStopLoss=true
|
|
FixedStopLoss=50
|
|
; 50 points untuk XAUUSD scalping
|
|
UseFixedTakeProfit=true
|
|
FixedTakeProfit=75
|
|
; 75 points untuk XAUUSD scalping
|
|
MaxDailyLoss=200
|
|
MaxDailyProfit=400
|
|
|
|
;=== Session Settings ===
|
|
EnableSessionFilter=true
|
|
LondonSession=true
|
|
NewYorkSession=true
|
|
TokyoSession=false
|
|
; Focus pada session utama
|
|
|
|
;=== News Filter ===
|
|
EnableNewsFilter=true
|
|
NewsFilterMinutes=30
|
|
; Avoid trading 30 minutes around news
|
|
|
|
;=== Additional Filters ===
|
|
EnableVolumeFilter=true
|
|
MinVolume=500
|
|
EnableSpreadFilter=true
|
|
MaxSpreadPoints=25
|
|
; Tighter spread untuk XAUUSD
|
|
|