Zenith-FX/FOREX_TRADER/Config/QuantumForexTrader_Base.ini
copilot-swe-agent[bot] 3c45857aef Complete FOREX_TRADER directory with all components
Co-authored-by: simonokwundue-ops <243668919+simonokwundue-ops@users.noreply.github.com>
2025-11-14 07:07:07 +00:00

34 lines
638 B
INI

[QuantumSettings]
; Quantum analysis configuration
QuantumEnabled=1
LookbackPeriod=256
PredictionHorizon=10
MinConfidence=60
QuantumWeight=0.6
[PythonIntegration]
; Optional Python integration
PythonEnabled=0
PythonPath=C:\Python\python.exe
ScriptPath=Python\quantum_analysis.py
DataExchangePath=MQL5\Files\QuantumExchange
[Performance]
; Target performance metrics
TargetWinRate=65
MinProfitFactor=1.5
MaxDrawdown=30
[RiskManagement]
; Risk parameters
BaseRisk=1.5
MinRisk=0.5
MaxRisk=3.0
QuantumRiskAdjustment=1
[Logging]
; Logging configuration
LogLevel=INFO
LogQuantumSignals=1
LogPerformance=1
LogFilePath=Logs\QuantumTrader.log