EA31337-classes icon indicating copy to clipboard operation
EA31337-classes copied to clipboard

📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)

Results 167 EA31337-classes issues
Sort by recently updated
recently updated
newest added

- 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

See: http://thepatternsite.com/diamondt.html

enhancement

Branch: `feature/stats` Refactor/replace Stats class with the new functionality as described below. Goals are: - Given list of new timestamped values, split into periods (e.g. hourly, daily) and calculate average...

enhancement