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

88 lines
1.8 KiB
Plaintext

; SmartBot BTC Mean-Reversion Swing Settings
; Mode: Mean-Reversion (Sideways/Range-bound market)
; Timeframe: Swing (H1-H4 focus)
; Pair: BTCUSD
;=== 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=false
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=100
; Higher spread tolerance untuk swing
MaxSlippage=20
; Higher slippage tolerance
;=== Risk Management ===
UseFixedStopLoss=true
FixedStopLoss=500
; 500 points untuk BTC swing
UseFixedTakeProfit=true
FixedTakeProfit=800
; 800 points untuk BTC swing
MaxDailyLoss=2000
MaxDailyProfit=4000
;=== 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=5000
; Higher volume requirement untuk swing
EnableSpreadFilter=true
MaxSpreadPoints=80
; Higher spread tolerance untuk swing