34 行
638 B
INI
34 行
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
|