; SmartBot XAUUSD Low Volatility Settings ; File: SmartBot_XAUUSD_LowVolatility.set ; Description: Optimized settings for XAUUSD during low volatility periods ; Created: 2024 ; Version: 1.0.0 ; Purpose: Aggressive approach during low volatility ; ====== BASIC SETTINGS ====== Mode=0 AutoTrade=true RiskPercent=0.8 Magic=240822 ; ====== MULTI-TIMEFRAME SCANNER ====== EnableMTFScanner=true PairsToScan=XAUUSD MaxPairsToShow=1 ; ====== SIGNAL VALIDATION (AGGRESSIVE FOR LOW VOL) ====== EMA_Fast=3 EMA_Slow=8 ; RSI settings for low volatility RSI_Period=6 RSI_Overbought=80 RSI_Oversold=20 ; ADX settings for trend confirmation ADX_Period=8 ADX_MinStrength=8 ADX_MinStrength_Scalping=6 MinConfirmations_Scalping=1 MinConfirmations_Other=1 ; ATR for dynamic TP/SL calculation ATR_Period=8 ; Stochastic settings Stochastic_K=6 Stochastic_D=3 Stochastic_Slow=3 ; Lower spread tolerance for low volatility MaxSpreadPoints=600 ; ====== INDICATOR TOGGLE CONTROLS ====== EnableRSI=true EnableADX=true EnableStochastic=true ShowToggleButtons=true ; ====== RE-ENTRY MECHANISM ====== EnableReEntry=true MaxReEntries=3 ReEntryLotMultiplier=1.5 MinFloatingLossPts=20 ; ====== SMART TP/SL (AGGRESSIVE) ====== UseATR_TP_SL=true ATR_SL_Multiplier=1.5 ATR_TP_Multiplier=2.0 UseMultiTP=true TP1_Ratio=0.7 TP2_Ratio=0.2 TP3_Ratio=0.1 ; ====== TRAILING & LOCK PROFIT ====== TrailStartPts=60 TrailStepPts=30 LockStartPts=50 LockOffsetPts=10 UseSpreadBuffer=true SpreadBufferMultiplier=1.5 AutoCheckSpread=true MinStopMultiplier=2.0 ; ====== SUPPLY & DEMAND DETECTION ====== EnableSDDetection=true SD_Lookback=30 SD_MinTouch=2 SD_ZoneSize=0.20 SD_SupplyColor=255 SD_DemandColor=65280 ; ====== NEWS FILTER ====== NewsPauseEnable=true UpcomingNewsTime=1970.01.01 00:00 PauseBeforeMin=15 PauseAfterMin=20 HighImpactNews=NFP,CPI,GDP,Interest Rate,Employment,FOMC,ECB,BOE,BOJ,Geopolitical Events ; ====== SESSION TRADING ====== TradeStartHour=6 TradeEndHour=23 EnableSessionFilter=true TradeAsia=true TradeLondon=true TradeNewYork=true ; ====== TRENDLINE RECOGNITION ====== EnableTrendlines=true TrendlineLookback=20 TrendlineMinTouch=2 TrendlineColor=65535 ; ====== TRADE JOURNAL ====== EnableTradeLog=true LogFileName=SmartBot_XAUUSD_LowVol_Trades.csv ; ====== AI ASSIST ====== AI_Assist_Enable=false AI_Endpoint_URL= AI_API_Key= AI_TimeoutMs=1000 AI_MaxChars=400 AI_RequireApprove=false ; ====== DEEPSEEK AI ====== DeepSeek_Enable=false DeepSeek_API_Key= DeepSeek_Model=deepseek-chat DeepSeek_Timeout=3000 DeepSeek_MaxTokens=300 DeepSeek_RequireApprove=false ; ====== CHATGPT AI ====== ChatGPT_Enable=false ChatGPT_API_Key= ChatGPT_Model=gpt-3.5-turbo ChatGPT_Timeout=3000 ChatGPT_MaxTokens=300 ChatGPT_RequireApprove=false ; ====== DEBUG & LOGGING ====== EnableDebugLogs=false EnableEssentialLogs=true