Douglas Nascimento Rechia / Publications
Articles
RiskGate: Centralized Risk Management for Multiple EAs for MetaTrader 5
Many MetaTrader 5 setups run several EAs on one account, so risk gets fragmented and correlated exposure slips through. The article introduces RiskGate, a centralized Service that evaluates EA intents account‑wide: EAs send a JSON signal, the Service returns approved, lot and reason. You will see
Package-based approach with KnitPkg for MQL5 development for MetaTrader 5
For maximum reliability and productivity in MetaTrader products built with MQL, this article advocates a development approach based on reusable “packages” managed by KnitPkg, a project manager for MQL5/MQL4. A package can be used as a building block for other packages or as the foundation for final
Forum
Standard library bug in CArrayString::Save(...)
Hi, I think I've found a bug in CArrayString::Save , please see the attached script. You'll notice that only the first string added in the array is saved, loaded and printed. However, after the modification below in MQL5\Include\Arrays\ArrayString.mqh ( highlighted ), the script works correctly

