Rafal W.

Results 509 issues of 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...

bug
MQL4

- File: `tests/TaskTest.mq5`.

enhancement

Similar to: ``` ActionEntry action; SerializerConverter::FromString(message.Message).ToObject(action); ```

enhancement
high-pri

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...

enhancement
low-pri

- File: `WebTest.mq5`

bug

Implement Indi_Timestamp for testing purposes.

enhancement
indicators