Commit graph kronos-mql5/Experts/Kronos/KronosForecast.mq5
Author SHA1 Message Date
974781180e Add Part 3 evaluation programs and fix tester file access
Adds the two Expert Advisors from Part 3, which were not previously in
the repository:

  Experts/Kronos/KronosForecast.mq5  visualize-only EA, draws the
      forecast candles to the right of live price on each new bar
  Experts/Kronos/KronosSignalEA.mq5  Strategy Tester EA, trades a
      deliberately trivial threshold rule over a precomputed dump

Switches the forecast dump to the shared Common\Files folder. A
Strategy Tester agent is sandboxed to its own private MQL5\Files
directory and cannot read what the script wrote to the terminal's
Files folder, so KronosForecastDump, KronosEvalQuality and
KronosSignalEA now all open the CSV with FILE_COMMON.

Other changes:

  - KronosEvalQuality: drop the unused rw_hit accumulator and correct
    the comment that described it as reported separately
  - KronosForecastDump: shorten two over-long block comments
  - Engine headers and KronosVerifyEncoder: align //--- block comments
    flush-left and tidy trailing comment columns, no logic changes
  - README: document the evaluation workflow, the Common\Files
    requirement, and the measured result
2026-08-21 00:56:06 +05:00