@@ -0,0 +1,87 @@
|
||||
; SmartBot XAUUSD Trend-Following Scalping Settings
|
||||
; Mode: Trend-Following (Trending 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=1
|
||||
; 0=Mean-Reversion, 1=Trend-Following
|
||||
MTF_MinScore=20.0
|
||||
; Higher score untuk trend-following yang lebih konservatif
|
||||
MTF_ApplyToXAUUSD=true
|
||||
MTF_ApplyToAllPairs=false
|
||||
MTF_PreventOppositeEntry=true
|
||||
MTF_UseVoteTieBreaker=true
|
||||
|
||||
;=== ADX Threshold Settings ===
|
||||
MTF_ADX_H1_Threshold=18
|
||||
; Lebih tinggi untuk trend-following
|
||||
MTF_ADX_M15_Threshold=15
|
||||
MTF_ADX_M5_Threshold=10
|
||||
MTF_ADX_M1_Threshold=8
|
||||
; Moderate untuk M1 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.01
|
||||
; Small lot untuk scalping
|
||||
MaxSpread=25
|
||||
; Tighter spread untuk trend-following
|
||||
MaxSlippage=5
|
||||
; Slippage tolerance untuk XAUUSD
|
||||
|
||||
;=== Risk Management ===
|
||||
UseFixedStopLoss=true
|
||||
FixedStopLoss=60
|
||||
; 60 points untuk XAUUSD trend-following scalping
|
||||
UseFixedTakeProfit=true
|
||||
FixedTakeProfit=100
|
||||
; 100 points untuk XAUUSD trend-following scalping
|
||||
MaxDailyLoss=150
|
||||
MaxDailyProfit=300
|
||||
|
||||
;=== 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=800
|
||||
; Higher volume requirement untuk trend-following
|
||||
EnableSpreadFilter=true
|
||||
MaxSpreadPoints=20
|
||||
; Tighter spread untuk trend-following
|
||||
|
||||
Reference in New Issue
Block a user