mql5/Profiles/Tester/LiveEA.set

33 lines
2.5 KiB
Text
Raw Permalink Normal View History

2025-08-16 12:16:57 -04:00
<EFBFBD><EFBFBD>; saved automatically on 2025.08.03 20:00:48
2025-08-05 01:57:33 -04:00
; this file contains last used input parameters for testing/optimizing LiveEA expert advisor
;
2025-08-16 12:16:57 -04:00
; === General Settings ===
InpPaperEAPrefix=ESCAPEEA_PAPER_
InpSymbol=
InpRiskPerTrade=1.0||1.0||0.100000||10.000000||N
InpMaxOpenTrades=3||3||1||30||N
InpMagicNumber=123457||123457||1||1234570||N
InpSlippage=10.0||10.0||1.000000||100.000000||N
InpEnableTrading=true||false||0||true||N
InpEvaluationInterval=15||15||1||150||N
InpMinTradesPerInterval=10||10||1||100||N
InpDailyDrawdownLimit=5.0||5.0||0.500000||50.000000||N
InpPanelColor=3329330
InpFontSize=8||8||1||80||N
InpAcceptPaperSignals=true||false||0||true||N
InpMaxPositionSize=10.0||10.0||1.000000||100.000000||N
InpUseHardStops=true||false||0||true||N
InpSharedKBDir=shared_kb
; === Signal Processing ===
InpMinConfidence=0.7||0.7||0.070000||7.000000||N
InpMaxSignalAge=300||300||1||3000||N
InpUsePaperEASLTP=true||false||0||true||N
InpEnableSignalLogging=true||false||0||true||N
InpConfidenceAdjustMode=online
; === Learning Settings ===
InpLearningWindow=100||100||1||1000||N
InpMinWinRate=0.6||0.6||0.060000||6.000000||N
InpLearningRate=0.01||0.01||0.001000||0.100000||N
InpEnableLearning=true||false||0||true||N
InpEnableRegimeClassification=true||false||0||true||N
2025-08-05 01:57:33 -04:00