Files
Apex_AI_MT5_EA_Optimizer/optimizer.db-wal
T

204 lines
16 KiB
Plaintext
Raw Normal View History

2026-04-13 02:28:09 +00:00
7)Ž,÷§VÒ<Ì<ÀÍ¿ˆ)Ž,÷§VÒ<Y×PÄ#ÚÝSQLite format 3@ .v‰
ø
ñ
ÖÏ
ý
Ÿ +
Ìböñ-9 !!„=tablecandidatescandidates
CREATE TABLE candidates (
candidate_id TEXT PRIMARY KEY,
run_id TEXT NOT NULL REFERENCES runs(run_id),
promoted_ts TEXT NOT NULL,
composite_score REAL NOT NULL,
oos_score REAL,
params_json TEXT NOT NULL,
lineage_json TEXT
)3
G!indexsqlite_autoindex_candidates_1candidates ƒ!!…mtablehypotheseshypothesesCREATE TABLE hypotheses (
hypothesis_id TEXT PRIMARY KEY,
parent_run_id TEXT NOT NULL REFERENCES runs(run_id),
finding_ids TEXT NOT NULL,
description TEXT NOT NULL,
param_delta TEXT NOT NULL,
strategy TEXT NOT NULL,
kb_rule_id TEXT,
status TEXT NOT NULL DEFAULT 'pending',
tested_run_id TEXT
)3G!indexsqlite_autoindex_hypotheses_1hypotheses ƒtablefindingsfindingsCREATE TABLE findings (
finding_id TEXT PRIMARY KEY,
run_id TEXT NOT NULL REFERENCES runs(run_id),
analyzer TEXT NOT NULL,
description TEXT NOT NULL,
severity TEXT NOT NULL,
confidence REAL NOT NULL,
impact_estimate_pnl REAL DEFAULT 0,
suggested_params TEXT,
evidence TEXT
)/Cindexsqlite_autoindex_findings_1findings##Štablerun_metricsrun_metricsCREATE TABLE run_metrics (
run_id TEXT PRIMARY KEY REFERENCES runs(run_id),
net_profit REAL,
profit_factor REAL,
max_drawdown_abs REAL,
max_drawdown_pct REAL,
calmar_ratio REAL,
sharpe_ratio REAL,
total_trades INTEGER,
win_rate REAL,
avg_win REAL,
avg_loss REAL,
recovery_factor REAL,
largest_loss REAL,
expected_payoff REAL,
avg_mfe_capture REAL,
avg_mfe_pips REAL,
avg_mae_pips REAL,
reversal_rate REAL,
composite_score REAL
)5I#indexsqlite_autoindex_run_metrics_1run_metricsƒv‡OtablerunsrunsCREATE TABLE runs (
run_id TEXT PRIMARY KEY,
run_ts TEXT NOT NULL,
ea_name TEXT NOT NULL,
symbol TEXT NOT NULL,
timeframe TEXT NOT NULL,
period_start TEXT NOT NULL,
period_end TEXT NOT NULL,
params_json TEXT NOT NULL,
phase TEXT NOT NULL,
hypothesis_id TEXT,
tester_model INTEGER DEFAULT 0,
ini_snapshot TEXT,
report_path TEXT,
log_csv_path TEXT
)';indexsqlite_autoindex_runs_1runs)Ž,÷§VÒ<üIÿÚTç"âûöñìçâ“Q=A)!!'”+baseline_20260413_0132312026-04-13T01:32:31.297024LEGSTECH_EA_V2XAUUSDH12022.01.012023.12.31{"InpBotMode": 1, "InpHTF": 16408, "InpMTF": 16388, "InpLTF": 16385, "InpRiskType": 1, "InpFixedLot": 0.01, "InpRiskPercent": 1.0, "InpMaxDailyLossPct": 3.0, "InpMaxTradesPerDay": 5, "InpSLType": 0, "InpSLBuffer": 10.0, "InpFixedSLPips": 100.0, "InpMaxSLPips": 200.0, "InpUseFractalSL": false, "InpTPType": 0, "InpRRRatio": 1.5, "InpFixedTPPips": 100.0, "InpUseFractalFilter": false, "InpUseSession": true, "InpSessionStart": 7, "InpSessionEnd": 20, "InpMaxOpenTrades": 1, "InpAllowMultiple": false, "InpMagicNumber": 202402, "InpSlippage": 10, "InpUseTrailing": true, "InpTrailStartPips": 20.0, "InpTrailStepPips": 10.0, "InpUseBreakeven": true, "InpBEPips": 15.0, "InpBEBufferPips": 2.0, "InpUseEMA": true, "InpEMAPeriod": 50, "InpRequireEMASlope": true, "InpEMASlopeBars": 1, "InpEntryMode": 1, "InpSLBufferMode": 1, "InpATRPeriod": 14, "InpATRMultiplier": 0.5, "InpUseSpreadGuard": true, "InpMaxSpreadPips": 30.0, "InpUseMinRR": true, "InpMinRRRatio": 1.5, "InpUseScoreGate": true, "InpMinScore": 8, "InpTesterMode": 1, "InpTesterInitDeposit": 10000.0, "InpTesterSpreadPts": 20, "InpShowPanel": 0}baseline; MT5 Optimizer INI  run_id=baseline_20260413_013231 phase=baseline
[Tester]
Expert=LEGSTECH_EA_V2
Symbol=XAUUSD
Period=16385
Optimization=0
Model=0
FromDate=2022.01.01
ToDate=2023.12.31
ForwardMode=0
Report=C:/Users/DELL/Desktop/MT5_Optimizer/runs/baseline_20260413_013231/report/result
ReplaceReport=1
ShutdownTerminal=1
Deposit=10000.0
Currency=USD
Leverage=100
[TesterInputs]
InpBotMode=1
InpHTF=16408
InpMTF=16388
InpLTF=16385
InpRiskType=1
InpFixedLot=0.01
InpRiskPercent=1.0
InpMaxDailyLossPct=3.0
InpMaxTradesPerDay=5
InpSLType=0
InpSLBuffer=10.0
InpFixedSLPips=100.0
InpMaxSLPips=200.0
InpUseFractalSL=false
InpTPType=0
InpRRRatio=1.5
InpFixedTPPips=100.0
InpUseFractalFilter=false
InpUseSession=true
InpSessionStart=7
InpSessionEnd=20
InpMaxOpenTrades=1
InpAllowMultiple=false
InpMagicNumber=202402
InpSlippage=10
InpUseTrailing=true
InpTrailStartPips=20.0
InpTrailStepPips=10.0
InpUseBreakeven=true
InpBEPips=15.0
InpBEBufferPips=2.0
InpUseEMA=true
InpEMAPeriod=50
InpRequireEMASlope=true
InpEMASlopeBars=1
InpEntryMode=1
InpSLBufferMode=1
InpATRPeriod=14
InpATRMultiplier=0.5
InpUseSpreadGuard=true
InpMaxSpreadPips=30.0
InpUseMinRR=true
InpMinRRRatio=1.5
InpUseScoreGate=true
InpMinScore=8
InpTesterMode=1
InpTesterInitDeposit=10000.0
InpTest
 )Ž,÷§VÒ<kBèõesÇ¡
6äǪpS6=baseline_20260413_021005=baseline_20260413_020612=baseline_20260413_014952=baseline_20260413_014338=baseline_20260413_013908=baseline_20260413_013751= baseline_20260413_013231
[Tester]
Expert=LEGSTECH_EA_V2
Symbol=XAUUSD
Period=H1
Optimization=0
Model=4
FromDate=2022.01.01
ToDate=2023.12.31
ForwardMode=0
Report=Optimizer_baseline_20260413_021005
ReplaceReport=1
ShutdownTerminal=1
Deposit=10000.0
Currency=USD
Leverage=100
[TesterInputs]
InpBotMode=1
InpHTF=16408
InpMTF=16388
InpLTF=16385
InpRiskType=1
InpFixedLot=0.01
InpRiskPercent=1.0
InpMaxDailyLossPct=3.0
InpMaxTradesPerDay=5
InpSLType=0
InpSLBuffer=10.0
InpFixedSLPips=100.0
InpMaxSLPips=200.0
InpUseFractalSL=false
InpTPType=0
InpRRRatio=1.5
InpFixedTPPips=100.0
InpUseFractalFilter=false
InpUseSession=true
InpSessionStart=7
InpSessionEnd=20
InpMaxOpenTrades=1
InpAllowMultiple=false
InpMagicNumber=202402
InpSlippage=10
InpUseTrailing=true
InpTrailStartPips=20.0
InpTrailStepPips=10.0
InpUseBreakeven=true
InpBEPips=15.0
InpBEBufferPips=2.0
InpUseEMA=true
InpEMAPeriod=50
InpRequireEMASlope=true
InpEMASlopeBars=1
InpEntryMode=1
InpSLBufferMode=1
InpATRPeriod=14
InpATRMultiplier=0.5
InpUseSpreadGuard=true
InpMaxSpreadPips=30.0
InpUseMinRR=true
InpMinRRRatio=1.5
InpUseScoreGate=true
InpMinScore=8