Warrior_EA/Database
Repository files (latest commit first)
Filename Latest commit message Latest commit date
AnimateDread 68459208bf fix(meta): make the stale-DB corpus warning unmissable in the tester
The warning lived inside the VerboseMode-gated corpus report, so a
forgotten wipe silently voided an entire 18-year corpus run - the
outdated-row guard rejected the whole replay against leftover rows
and the run appended 35 rows instead of building a corpus. The check
now runs unconditionally at tester OnInit (MetaCorpusStaleCheck): 52
quiet one-row newest-key probes vs the test start, with a loud stop-
wipe-rerun instruction when the DB is newer than the test. Absent
tables probe quietly via FetchNewestTimeKey''s new quiet flag.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-12 23:56:26 -04:00
..
DatabaseConnectionManager.mqh refactor(ai): extract Layer.mqh and deduplicate AI config 2026-08-01 11:27:28 -04:00
DatabaseFileSystemManager.mqh convert 2025-05-30 16:35:54 +02:00
DatabaseManager.mqh fix(meta): make the stale-DB corpus warning unmissable in the tester 2026-08-12 23:56:26 -04:00
DatabaseOperationsManager.mqh fix(meta): make the stale-DB corpus warning unmissable in the tester 2026-08-12 23:56:26 -04:00
DatabaseVersionManager.mqh fix: add error logging for buffer failures and reject trades on invalid stop loss 2026-07-26 12:12:14 -04:00
TradeJournalManager.mqh fix: four risk-layer holes a funded account would eventually find 2026-08-11 18:14:26 -04:00
TradeJournalReport.mqh refactor: unify AI and classic vote parameters to Min_Vote_Open/Close 2026-07-26 17:27:51 -04:00