Commit graph

2 commits

Author SHA1 Message Date
SahrJohn
222a2e2408 Fix MQL5 compilation errors: StringToUpper and MqlCalendarEvent.currency
- Fix StringToUpper() used as return-value function in Utilities.mqh,
  NewsEngine.mqh, OpenAI.mqh, AISignalConfirmation.mqh (MQL5 requires
  in-place usage: copy string first, then call StringToUpper on copy)
- Fix NewsEngine.mqh: MqlCalendarEvent has no .currency field; replaced
  with CalendarCountryById() lookup using MqlCalendarCountry.currency

Result: 0 errors, 0 warnings

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-17 23:21:13 -06:00
f6bead226f Sync from vizion-trading infra/mt5/ea_local 2026-02-15 05:13:55 +00:00