; SmartBot BTC Mean-Reversion Intraday Settings ; Mode: Mean-Reversion (Sideways/Range-bound 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=0 ; 0=Mean-Reversion, 1=Trend-Following MTF_MinScore=25.0 ; Moderate score untuk intraday MTF_ApplyToXAUUSD=false MTF_ApplyToAllPairs=false MTF_PreventOppositeEntry=true MTF_UseVoteTieBreaker=true ;=== ADX Threshold Settings === MTF_ADX_H1_Threshold=15 ; Standard untuk intraday MTF_ADX_M15_Threshold=12 MTF_ADX_M5_Threshold=8 MTF_ADX_M1_Threshold=6 ; Moderate untuk intraday ;=== 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.05 ; Medium lot untuk intraday MaxSpread=80 ; Moderate spread tolerance MaxSlippage=15 ; Slippage tolerance ;=== Risk Management === UseFixedStopLoss=true FixedStopLoss=200 ; 200 points untuk BTC intraday UseFixedTakeProfit=true FixedTakeProfit=350 ; 350 points untuk BTC intraday MaxDailyLoss=1000 MaxDailyProfit=2000 ;=== Session Settings === EnableSessionFilter=true LondonSession=true NewYorkSession=true TokyoSession=true ; All major sessions ;=== News Filter === EnableNewsFilter=true NewsFilterMinutes=45 ; Avoid trading 45 minutes around news ;=== Additional Filters === EnableVolumeFilter=true MinVolume=2000 EnableSpreadFilter=true MaxSpreadPoints=60