Files
mql5-skills/skills/mql5
ZhijuCen 99fa0477ab fix: parse backtest end date from period string with trailing paren
Period format is "H4 (2024.12.25 - 2026.06.22)" — use regex to extract
the date before the closing paren instead of split+strip which fails on
the trailing ")".
2026-06-25 03:12:48 +08:00
..