Rafal W.
Rafal W.
Code: ``` logger.Info(__FUNCTION_LINE__, _order.Ptr().ToString()); Print(_order.Ptr().ToString()); ``` - Place it in OnOrderOpen() in Trade and run any EA or strategy in MT4. - First issue is a memory leak. - The...
Similar to: ``` ActionEntry action; SerializerConverter::FromString(message.Message).ToObject(action); ```
Write a class to send e-mails with the following features: - check whether [`SendMail()`](https://docs.mql4.com/common/sendmail) can send html format, - create method like `Mail::SendHtmlFromFile(string subject, string filepath, tokens[]);` - create method...