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

88 lines
2.0 KiB
Plaintext

; SmartBot BTC Trend-Following Swing Settings
; Mode: Trend-Following (Trending 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=1
; 0=Mean-Reversion, 1=Trend-Following
MTF_MinScore=40.0
; Very high score untuk swing trend-following yang sangat konservatif
MTF_ApplyToXAUUSD=false
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=80
; Moderate spread tolerance
MaxSlippage=20
; Higher slippage tolerance
;=== Risk Management ===
UseFixedStopLoss=true
FixedStopLoss=600
; 600 points untuk BTC swing trend-following
UseFixedTakeProfit=true
FixedTakeProfit=1000
; 1000 points untuk BTC swing trend-following
MaxDailyLoss=1500
MaxDailyProfit=3000
;=== 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=8000
; Very high volume requirement untuk swing trend-following
EnableSpreadFilter=true
MaxSpreadPoints=60
; Moderate spread untuk swing trend-following