; SmartBot Fixed Pip SL/TP Configuration ; File: config_fixed_pip.set ; Description: Sample configuration for Fixed Pip SL/TP mode ; === BASIC SETTINGS === LotSize=0.01 MaxLotSize=1.0 RiskPercent=2.0 MaxSpread=50 ; === MODE SETTINGS === Mode=0 ; 0 = Scalping, 1 = Intraday, 2 = Swing ; === INDICATOR SETTINGS === EMA_Fast=12 EMA_Slow=26 RSI_Period=14 ADX_Period=14 Stochastic_K=14 Stochastic_D=3 Stochastic_Slow=3 ATR_Period=14 ; === SMART TP/SL === UseATR_TP_SL=false ; Set to false to use Fixed Pip mode ATR_SL_Multiplier=1.5 ATR_TP_Multiplier=2.0 ; === FIXED PIP SL/TP === UseFixedPipSLTP=true ; Set to true to use Fixed Pip mode FixedSL_Pips=30 FixedTP_Pips=100 ; === MULTI TP === UseMultiTP=true TP1_Ratio=0.5 TP2_Ratio=0.3 TP3_Ratio=0.2 ; === MULTI TIMEFRAME CONFIRMATION === EnableMTFConfirmation=true MTF_MinScore=60.0 MTF_ApplyToXAUUSD=true MTF_ApplyToAllPairs=false ; === TRAILING & LOCK PROFIT === TrailStartPts=150 TrailStepPts=80 LockStartPts=120 LockOffsetPts=20 UseSpreadBuffer=true SpreadBufferMultiplier=1.5 AutoCheckSpread=true MinStopMultiplier=2.0 ; === SESSION TRADING === TradeStartHour=7 TradeEndHour=22 EnableSessionFilter=true TradeAsia=true TradeLondon=true TradeNewYork=true ; === INDICATOR TOGGLE === EnableRSI=true EnableADX=true EnableStochastic=true ShowToggleButtons=true ; === RE-ENTRY MECHANISM === EnableReEntry=true MaxReEntries=3 ReEntryLotMultiplier=1.5 MinFloatingLossPts=50 ; === BROKER AUTO-DETECTION === EnableBrokerAutoDetection=true EnableSpreadAdjustment=true ; === NOTES === ; This configuration uses Fixed Pip SL/TP mode ; SL: 30 pips, TP: 100 pips ; Suitable for XAUUSD and other major pairs ; Risk:Reward ratio = 1:3.33