98507e3a47
Co-authored-by: Cursor <cursoragent@cursor.com>
238 lines
12 KiB
Plaintext
238 lines
12 KiB
Plaintext
; === Mode Settings ===
|
|
Mode=0
|
|
AutoTrade=true
|
|
RiskPercent=1.0
|
|
Magic=240813
|
|
; === Multi-Timeframe Scanner ===
|
|
EnableMTFScanner=true
|
|
PairsToScan=BTCUSDc
|
|
MaxPairsToShow=1
|
|
; === Multi Timeframe Confirmation ===
|
|
EnableMTFConfirmation=true
|
|
MTF_TradingMode=1
|
|
MTF_MinScore=20.0
|
|
MTF_ApplyToXAUUSD=false
|
|
MTF_ApplyToAllPairs=true
|
|
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=9
|
|
RSI_Overbought=70
|
|
RSI_Oversold=30
|
|
ADX_Period=14
|
|
ADX_MinStrength=25
|
|
ADX_MinStrength_Scalping=12
|
|
MinConfirmations_Scalping=1
|
|
MinConfirmations_Other=2
|
|
ATR_Period=14
|
|
Stochastic_K=14
|
|
Stochastic_D=3
|
|
Stochastic_Slow=3
|
|
; === SMART TP/SL ===
|
|
UseATR_TP_SL=true
|
|
ATR_SL_Multiplier=2.5
|
|
ATR_TP_Multiplier=3.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=1755043200
|
|
PauseBeforeMin=60
|
|
PauseAfterMin=90
|
|
HighImpactNews=NFP,CPI,GDP,Interest Rate,Employment
|
|
; === SESSION TRADING ===
|
|
TradeStartHour=0
|
|
TradeEndHour=24
|
|
EnableSessionFilter=false
|
|
TradeAsia=true
|
|
TradeLondon=true
|
|
TradeNewYork=true
|
|
; === TRENDLINE RECOGNITION ===
|
|
EnableTrendlines=true
|
|
TrendlineLookback=50
|
|
TrendlineMinTouch=2
|
|
TrendlineColor=65535
|
|
; === TRADE JOURNAL ===
|
|
EnableTradeLog=false
|
|
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=500
|
|
DeepSeek_RequireApprove=false
|
|
; === INDICATOR TOGGLE CONTROLS ===
|
|
EnableRSI=true
|
|
EnableADX=true
|
|
EnableStochastic=true
|
|
ShowToggleButtons=false
|
|
ShowSRLevelsOnChart=false
|
|
UseSDParamsForSR=true
|
|
; === CHATGPT AI ===
|
|
ChatGPT_Enable=false
|
|
ChatGPT_API_Key=
|
|
ChatGPT_Model=gpt-3.5-turbo
|
|
ChatGPT_Timeout=5000
|
|
ChatGPT_MaxTokens=500
|
|
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=false
|
|
Sideways_UseRangeStrategy=true
|
|
; === MODE-ADAPTIVE OPTIMIZATION ===
|
|
EnableModeAdaptiveSettings=true
|
|
EnableDynamicConfirmations=true
|
|
ScalpingConfirmationMultiplier=0.5
|
|
IntradayConfirmationMultiplier=1.0
|
|
SwingConfirmationMultiplier=1.5
|
|
EnableVolatilityAdaptation=true
|
|
ATRSpreadMultiplier=1.5
|
|
ATRVolumeMultiplier=1.2
|
|
EnableTimeframeSpecificLogic=true
|
|
M1ConfirmationMultiplier=0.8
|
|
M5ConfirmationMultiplier=1.0
|
|
M15ConfirmationMultiplier=1.2
|
|
H1ConfirmationMultiplier=1.5
|
|
EnableMarketConditionAdaptation=true
|
|
TrendingConfirmationMultiplier=0.8
|
|
SidewaysConfirmationMultiplier=1.5
|
|
VolatileConfirmationMultiplier=1.2
|
|
ScalpingCacheInterval=3
|
|
IntradayCacheInterval=5
|
|
SwingCacheInterval=15
|
|
EnableForceRecalculation=true
|
|
SignificantMoveThreshold=1.5
|
|
; === SUPPORT & RESISTANCE ===
|
|
EnableSDDetection=true
|
|
SD_Lookback=50
|
|
SD_MinTouch=2
|
|
SD_ZoneSize=0.001
|
|
SD_SupplyColor=255
|
|
SD_DemandColor=32768
|
|
; === BREAKOUT ===
|
|
EnableBreakoutConfirmation=true
|
|
BreakoutLookback=20
|
|
BreakoutThreshold=0.02
|
|
BreakoutConfirmationBars=1
|
|
RequireVolumeSpike=true
|
|
VolumeSpikeMultiplier=1.2
|
|
; === BREAKOUT ANTI-FAKE ===
|
|
EnableBreakoutAntiFake=true
|
|
EnableScalpingOptimization=true
|
|
ScalpingMinChecks=2
|
|
ScalpingVolumeReduction=0.5
|
|
EnableExtremeEntryProtection=true
|
|
SafetyBufferMultiplier=2.0
|
|
MinSafetyBuffer=0.01
|
|
; === ENHANCED ENGULFING CONFIRMATION ===
|
|
EnableEnhancedEngulfing=false
|
|
EngulfingStrengthThreshold=0.3
|
|
StrongEngulfingThreshold=0.6
|
|
VeryStrongEngulfingThreshold=0.8
|
|
HammerStrengthMultiplier=1.2
|
|
DojiStrengthMultiplier=0.8
|
|
FullEngulfingBonus=0.12
|
|
PartialEngulfingBonus=0.06
|
|
RequireVolumeConfirmation=false
|
|
VolumeSpikeThreshold=1.3
|
|
MaxSpreadPoints=3000
|
|
VolumeLookback=1
|
|
; === MARKET-SPECIFIC OPTIMIZATIONS ===
|
|
EnableMarketSpecificOptimization=true
|
|
XAUUSDBufferMultiplier=0.8
|
|
BTCUSDBufferMultiplier=1.2
|
|
XAUUSDSLMultiplier=1.6
|
|
BTCUSDSLMultiplier=2.2
|
|
XAUUSDSpreadMultiplier=0.8
|
|
BTCUSDSpreadMultiplier=3.0
|
|
RequireVolumeConsistency=false
|
|
RequireContextValidation=false
|
|
RequireMomentumAlignment=false
|
|
EngulfingLookback=1
|
|
CheckPreviousTrend=true
|
|
TrendLookback=1
|
|
MinEnhancedScore=50.0
|
|
; === SCALPING OPTIMIZATION ===
|
|
EnableScalpingMode=true
|
|
AllowPartialEngulfing=true
|
|
RequireQuickReaction=true
|
|
QuickReactionBars=2
|
|
ScalpingVolumeMultiplier=0.8
|
|
; === ANTI-REPAINT SETTINGS ===
|
|
EnableAntiRepaint=false
|
|
EngulfingCalculationInterval=1
|
|
RequireBarClose=false
|
|
EnableAntiRepaintLogs=false
|
|
ForceEngulfingCalculation=false
|
|
; === CARRY-OVER ENTRY WINDOW ===
|
|
AllowNextBarEntry=true
|
|
SignalHoldBars=1
|
|
InvalidationBufferPts=200
|
|
UsePendingOrdersForSignals=false
|
|
EntryBufferPts=100
|
|
DynamicBuffer=false
|
|
; === SAFETY TRADING ===
|
|
UseProtectiveSL=true
|
|
SLATRMultiplier=1.8
|
|
AutoAttachSL=true
|
|
AutoCancelPending=true
|
|
PendingOrderTTL=2
|
|
XAUUSDPendingTTL=45
|
|
BTCUSDPendingTTL=15
|
|
PendingInvalidationBuffer=200.0
|
|
; === MARKET STRUCTURE FILTER ===
|
|
EnableStructureFilter=true
|
|
AllowCounterTrendSignals=true
|
|
CounterTrendMinScore=8.0
|
|
UseHigherTimeframeStructure=true
|
|
StructureH1Timeframe=16385
|
|
StructureM15Timeframe=15
|
|
MarketStructureLookback=20
|
|
MarketStructureMinPivots=3
|
|
UseEnhancedM5Logic=true
|
|
M5MaxPivotsToAnalyze=8
|
|
OtherTFMaxPivotsToAnalyze=4
|
|
EnableStructureDebugLog=true
|
|
; === DEBUG & LOGGING ===
|
|
EnableDebugLogs=false
|
|
EnableEssentialLogs=false
|
|
EnableCompactLogs=false
|
|
MaxCompactLogChars=1800
|
|
; === TESTER VISUALIZATION ===
|
|
ShowIndicatorsInTester=true
|
|
DashboardUpdateInterval=1
|