Forum

Error 134 when the account balance has enough funds

Hello folks I am testing my EA on a MT4 terminal installed on a ubuntu machine. My robot kicks out Order Place Failed: 134 despite the account balance has sufficient funds. The lot size is just 0.1 when the account balance is 10k. I did my research and couldn't find any reference to this case. Any

Missing timeframe in MT4 tester

Hello, Has anyone come across an issue in MT4 tester when some timeframes are missing? I have installed MT4 on my ubuntu server. When I try to run my EA in the tester periods of M1 and M5 are missing in the drop-down menu. So I can select M15 and so on only. Is there a fix for this? Thanks

operator "If" ignores the second condition

Hi there, I'm new to mql. I've done my research but couldn't find the answer. My issue is that the second condition is ignored while the first is true. What can be wrong here? if (Use_MACD_divergence) { // Check MACD filter double OsMA_1 = iOsMA ( NULL