emerson2102
emerson2102
Friends 1
emerson2102
Added topic 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
emerson2102
Added topic 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
emerson2102
Added topic 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
emerson2102
Added topic 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
emerson2102
Registered at MQL5.community