MQL5-Google-Onedrive/mt5/MQL5
google-labs-jules[bot] 96c04c22d2 Fix Invalid Volume (10014) in EXNESS_GenX_Trader and prepare VPS deployment package
- Created `mt5/MQL5/Include/MoneyFixed.mqh` to normalize calculated volumes against symbol limits (Min/Max/Step).
- Updated `mt5/MQL5/Experts/EXNESS_GenX_Trader.mq5` to use `CMoneyFixed` instead of `CMoneySizeOptimized`.
- Fixed syntax error in `mt5/MQL5/Include/ManagePositions.mqh` (missing `||` operator).
- Updated `DEPLOY/deployment_package/` with all necessary files (`EXNESS_GenX_Trader.mq5`, `MoneyFixed.mqh`, `ManagePositions.mqh`, `ZoloBridge.mqh`).
- Created `.vscode/extensions.json` for workspace recommendations.
2026-01-22 07:16:56 +00:00
..
Experts Fix Invalid Volume (10014) in EXNESS_GenX_Trader and prepare VPS deployment package 2026-01-22 07:16:56 +00:00
Include Fix Invalid Volume (10014) in EXNESS_GenX_Trader and prepare VPS deployment package 2026-01-22 07:16:56 +00:00
Indicators feat(mql5): cache MTF confirmation to reduce CPU load (#78) 2026-01-10 05:36:08 +07:00