Forum

Updated Libraries for .NET Integration

Other than the libraries that are found here... https://github.com/PublicMqlProjects Are there any other .NET controllers for MQL5? Specifically for working with WPF instead of Forms. I am trying to write the trade logic in C# and send "order requests" through the controller to be fulfilled by

TimeCurrent() and TimeTradeServer() functions

Part 1: According to the documentation, TimeCurrent() “returns the last known server time” and is not dependent on your computer's clock while TimeTradeServer() “returns the calculated current time of the trade server” and is dependent on your computer's clock. Can somebody explain in detail what

Sharing Database Between MT5 Instances

I am using this article to make an automated optimization process for my EA. https://www.mql5.com/en/articles/4917 While the author exports the optimization results as an xml file which is read by the “Working Instance”, I am taking a different approach. My EA will log all deals into a database at

Optimization Handling Functions

Correct me if I am wrong I understand that… 1 Frame is the resulting data from 1 optimization pass the Tester event and the TesterPass event both occur after a single optimization pass OnTester() is mainly used for returning custom criterion ( often using TesterStatistics() ) OnTesterPass() is