@@ -0,0 +1,179 @@
|
||||
; === Mode Settings ===
|
||||
Mode=0
|
||||
AutoTrade=true
|
||||
RiskPercent=1.0
|
||||
Magic=240813
|
||||
EnableMTFScanner=true
|
||||
PairsToScan=XAUUSDc
|
||||
MaxPairsToShow=1
|
||||
; === Multi Timeframe Confirmation ===
|
||||
EnableMTFConfirmation=true
|
||||
MTF_TradingMode=0
|
||||
MTF_MinScore=20.0
|
||||
MTF_ApplyToXAUUSD=true
|
||||
MTF_ApplyToAllPairs=false
|
||||
MTF_PreventOppositeEntry=true
|
||||
MTF_UseVoteTieBreaker=true
|
||||
; === ADX Threshold Settings ===
|
||||
MTF_ADX_H1_Threshold=15
|
||||
MTF_ADX_M15_Threshold=12
|
||||
MTF_ADX_M5_Threshold=8
|
||||
MTF_ADX_M1_Threshold=6
|
||||
; === VALIDATIONS ===
|
||||
EMA_Fast=8
|
||||
EMA_Slow=13
|
||||
RSI_Period=10
|
||||
RSI_Overbought=70
|
||||
RSI_Oversold=30
|
||||
ADX_Period=14
|
||||
ADX_MinStrength=5
|
||||
ADX_MinStrength_Scalping=3
|
||||
MinConfirmations_Scalping=1
|
||||
MinConfirmations_Other=1
|
||||
ATR_Period=14
|
||||
Stochastic_K=14
|
||||
Stochastic_D=3
|
||||
Stochastic_Slow=3
|
||||
MaxSpreadPoints=1000
|
||||
; === SUPPORT & RESISTANCE ===
|
||||
EnableSDDetection=true
|
||||
SD_Lookback=20
|
||||
SD_MinTouch=2
|
||||
SD_ZoneSize=0.05
|
||||
SD_SupplyColor=65280
|
||||
SD_DemandColor=255
|
||||
; === SMART TP/SL ===
|
||||
UseATR_TP_SL=true
|
||||
ATR_SL_Multiplier=1.5
|
||||
ATR_TP_Multiplier=2.0
|
||||
UseMultiTP=true
|
||||
TP1_Ratio=0.5
|
||||
TP2_Ratio=0.3
|
||||
TP3_Ratio=0.2
|
||||
; === TRAILING & LOCK PROFIT ===
|
||||
TrailStartPts=150
|
||||
TrailStepPts=80
|
||||
LockStartPts=120
|
||||
LockOffsetPts=20
|
||||
; === NEWS FILTER ===
|
||||
NewsPauseEnable=false
|
||||
UpcomingNewsTime=1755129600
|
||||
PauseBeforeMin=15
|
||||
PauseAfterMin=15
|
||||
HighImpactNews=NFP,CPI,GDP,Interest Rate,Employment
|
||||
; === SESSION TRADING ===
|
||||
TradeStartHour=7
|
||||
TradeEndHour=22
|
||||
EnableSessionFilter=true
|
||||
TradeAsia=true
|
||||
TradeLondon=true
|
||||
TradeNewYork=true
|
||||
; === TRENDLINE RECOGNITION ===
|
||||
EnableTrendlines=true
|
||||
TrendlineLookback=20
|
||||
TrendlineMinTouch=2
|
||||
TrendlineColor=65535
|
||||
; === TRADE JOURNAL ===
|
||||
EnableTradeLog=true
|
||||
LogFileName=SmartBot_Trades.csv
|
||||
; === AI ASSIST ===
|
||||
AI_Assist_Enable=false
|
||||
AI_Endpoint_URL=
|
||||
AI_API_Key=
|
||||
AI_TimeoutMs=1200
|
||||
AI_MaxChars=600
|
||||
AI_RequireApprove=false
|
||||
; === DEEPSEEK AI ===
|
||||
DeepSeek_Enable=false
|
||||
DeepSeek_API_Key=
|
||||
DeepSeek_Model=deepseek-chat
|
||||
DeepSeek_Timeout=5000
|
||||
DeepSeek_MaxTokens=150
|
||||
DeepSeek_RequireApprove=false
|
||||
; === INDICATOR TOGGLE CONTROLS ===
|
||||
EnableRSI=true
|
||||
EnableADX=true
|
||||
EnableStochastic=true
|
||||
ShowToggleButtons=false
|
||||
ShowSRLevelsOnChart=false
|
||||
UseSDParamsForSR=true
|
||||
; === CHATGPT AI ===
|
||||
ChatGPT_Enable=true
|
||||
ChatGPT_API_Key=
|
||||
ChatGPT_Model=gpt-3.5-turbo
|
||||
ChatGPT_Timeout=5000
|
||||
ChatGPT_MaxTokens=150
|
||||
ChatGPT_RequireApprove=false
|
||||
; === RE-ENTRY MECHANISM ===
|
||||
EnableReEntry=true
|
||||
MaxReEntries=5
|
||||
ReEntryLotMultiplier=0.5
|
||||
MinFloatingLossPts=150
|
||||
ConservativeTrailingMultiplier=2.0
|
||||
UseConservativeTrailing=true
|
||||
; === SIDEWAYS MARKET DETECTION ===
|
||||
EnableSidewaysDetection=true
|
||||
RSI_SidewaysUpper=65
|
||||
RSI_SidewaysLower=35
|
||||
ADX_SidewaysMax=20
|
||||
Stoch_SidewaysUpper=70
|
||||
Stoch_SidewaysLower=30
|
||||
Sideways_DisableTrading=true
|
||||
Sideways_UseRangeStrategy=false
|
||||
; === BREAKOUT & ENGULFING CONFIRMATION ===
|
||||
EnableBreakoutConfirmation=false
|
||||
BreakoutLookback=20
|
||||
BreakoutThreshold=0.1
|
||||
BreakoutConfirmationBars=3
|
||||
RequireVolumeSpike=false
|
||||
VolumeSpikeMultiplier=1.3
|
||||
; === ENHANCED ENGULFING CONFIRMATION ===
|
||||
EnableEnhancedEngulfing=true
|
||||
EngulfingStrengthThreshold=0.3
|
||||
StrongEngulfingThreshold=0.6
|
||||
VeryStrongEngulfingThreshold=0.8
|
||||
HammerStrengthMultiplier=1.2
|
||||
DojiStrengthMultiplier=0.8
|
||||
FullEngulfingBonus=0.15
|
||||
PartialEngulfingBonus=0.05
|
||||
RequireVolumeConfirmation=false
|
||||
VolumeSpikeThreshold=1.3
|
||||
VolumeLookback=8
|
||||
RequireVolumeConsistency=false
|
||||
RequireContextValidation=false
|
||||
RequireMomentumAlignment=false
|
||||
EngulfingLookback=3
|
||||
CheckPreviousTrend=true
|
||||
TrendLookback=3
|
||||
MinEnhancedScore=40.0
|
||||
; === SCALPING OPTIMIZATION ===
|
||||
EnableScalpingMode=true
|
||||
AllowPartialEngulfing=true
|
||||
RequireQuickReaction=true
|
||||
QuickReactionBars=3
|
||||
ScalpingVolumeMultiplier=0.8
|
||||
; === ANTI-REPAINT SETTINGS ===
|
||||
EnableAntiRepaint=true
|
||||
EngulfingCalculationInterval=2
|
||||
RequireBarClose=true
|
||||
EnableAntiRepaintLogs=false
|
||||
ForceEngulfingCalculation=false
|
||||
; === CARRY-OVER ENTRY WINDOW ===
|
||||
AllowNextBarEntry=true
|
||||
SignalHoldBars=2
|
||||
InvalidationBufferPts=200
|
||||
UsePendingOrdersForSignals=true
|
||||
EntryBufferPts=20
|
||||
; === SAFETY TRADING ===
|
||||
UseProtectiveSL=true
|
||||
AutoAttachSL=true
|
||||
AutoCancelPending=true
|
||||
PendingOrderTTL=5
|
||||
PendingInvalidationBuffer=250.0
|
||||
; === BREAKOUT ANTI-FAKE ===
|
||||
EnableBreakoutAntiFake=true
|
||||
; === DEBUG & LOGGING ===
|
||||
EnableDebugLogs=false
|
||||
EnableEssentialLogs=false
|
||||
EnableCompactLogs=true
|
||||
MaxCompactLogChars=1800
|
||||
Reference in New Issue
Block a user