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

88 lines
1.9 KiB
Plaintext

; SmartBot BTC Trend-Following Intraday Settings
; Mode: Trend-Following (Trending market)
; Timeframe: Intraday (M15-H1 focus)
; Pair: BTCUSD
;=== Mode Settings ===
Mode=1
; 0=Scalping, 1=Intraday, 2=Swing
;=== Multi Timeframe Confirmation ===
EnableMTFConfirmation=true
MTF_TradingMode=1
; 0=Mean-Reversion, 1=Trend-Following
MTF_MinScore=30.0
; Higher score untuk trend-following yang lebih konservatif
MTF_ApplyToXAUUSD=false
MTF_ApplyToAllPairs=false
MTF_PreventOppositeEntry=true
MTF_UseVoteTieBreaker=true
;=== ADX Threshold Settings ===
MTF_ADX_H1_Threshold=20
; Lebih tinggi untuk trend-following
MTF_ADX_M15_Threshold=18
MTF_ADX_M5_Threshold=12
MTF_ADX_M1_Threshold=10
; Higher untuk 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.05
; Medium lot untuk intraday
MaxSpread=60
; Tighter spread untuk trend-following
MaxSlippage=15
; Slippage tolerance
;=== Risk Management ===
UseFixedStopLoss=true
FixedStopLoss=250
; 250 points untuk BTC trend-following intraday
UseFixedTakeProfit=true
FixedTakeProfit=450
; 450 points untuk BTC trend-following intraday
MaxDailyLoss=800
MaxDailyProfit=1500
;=== Session Settings ===
EnableSessionFilter=true
LondonSession=true
NewYorkSession=true
TokyoSession=true
; All major sessions
;=== News Filter ===
EnableNewsFilter=true
NewsFilterMinutes=60
; Avoid trading 60 minutes around news
;=== Additional Filters ===
EnableVolumeFilter=true
MinVolume=3000
; Higher volume requirement untuk trend-following
EnableSpreadFilter=true
MaxSpreadPoints=50
; Tighter spread untuk trend-following