Forum

Optimzation on Remote Server fails

Hi guys, Optimization of my EA on remote server fails with the following error: 2013.01.17 21:55:44 eagle pass 8 tested with error "critical runtime error in global initialization function (error 508, module -1, file 65535, line 0, col 0)" in 15 ms This is because of DLL call and that's fine. I

MQL5: Get the amount of deals since the postions was (re)opened

Hi guys, I am moving from MT4 to MT5 and am rewriting my libraries. Because of the new concept of having only one postion per currency pair I have a problem. I want to identify how many deals have been made since the postion was reopened. So for example if I do the following trades on any currency

Debugging of Expert Advisors

Hi Community, I am working on my first MT5 EA and was wondering if it is possible to debug an EA not only with live data (which works fine btw) but also with historical data when using the Strategy Tester ? Cheers, Wolfgang