ictCore/Experts/core
Repository files (latest commit first)
Filename Latest commit message Latest commit date
nazgul 9e8ce6a0ee core: refactor into bounded, symbol-agnostic building blocks
Same code as the luvinga repo's Include/core (commit "Refactor core/ ...").

- common.mqh (new): as-series contract, CRing<T>
- session.mqh: now implemented (was declarations only); force-added because
  Experts/core is listed in .gitignore
- candlesticks/swings/marketWatchFilter: no more input variables in headers;
  use configure() / constructor arguments
- orderflow, fvg, equilibrium: multi-symbol safe, bug fixes

Breaking: bots that relied on inpWatchTimeframe from marketWatchFilter.mqh
(preReleasedBots/ttrades.mq5) must now declare that input themselves.
signalLab.mqh is untouched by this commit.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-19 21:47:19 +03:00
..
candlesticks.mqh core: refactor into bounded, symbol-agnostic building blocks 2026-09-19 21:47:19 +03:00
common.mqh core: refactor into bounded, symbol-agnostic building blocks 2026-09-19 21:47:19 +03:00
equilibrium.mqh core: refactor into bounded, symbol-agnostic building blocks 2026-09-19 21:47:19 +03:00
fvg.mqh core: refactor into bounded, symbol-agnostic building blocks 2026-09-19 21:47:19 +03:00
marketWatchFilter.mqh core: refactor into bounded, symbol-agnostic building blocks 2026-09-19 21:47:19 +03:00
orderflow.mqh core: refactor into bounded, symbol-agnostic building blocks 2026-09-19 21:47:19 +03:00
session.mqh core: refactor into bounded, symbol-agnostic building blocks 2026-09-19 21:47:19 +03:00
signalLab.mqh RnD dev tool 2026-06-09 22:48:38 +03:00
swings.mqh core: refactor into bounded, symbol-agnostic building blocks 2026-09-19 21:47:19 +03:00