Forum

BUG: Signal provider - buy trade executed twice

Hi, I've been testing the signals feature of MT4 and it looks like there is a bug there: the provider signaled one trade, but MT4 duplicated the order. When I check the provider history, I can clearly see one order only while in my MT4 application I can see the order two times. Let me know if you

MarketInfo(Symbol(), MODE_POINT) will return gibberish when expert is compiled with '#property strict'?

MarketInfo(Symbol(), MODE_POINT) will return gibberish when expert is compiled with '#property strict'? I just turned again into playing with mql and got into this issue. Anyone know anything about it? [UPDATE] it appears the same when using Point property. This happens to me in strategy tester

MarketInfo(Symbol(), MODE_POINT) fails when expert compiled with '#property strict'?

MarketInfo(Symbol(), MODE_POINT) will return gibberish when expert is compiled with '#property strict'? I just turned again into playing with mql and got into this issue. Anyone know anything about it? [UPDATE] it appears the same when using Point property. This happens to me in strategy tester

Mql5 programming language - wheel reinvented?

I've been playing around with mql5, and it looks to me like a very poor version of C++. So I was wondering, why reinvent the wheel and rebuild "C++"? I believe that designing and conceiving a new programming language is a long and painful error prone process. C++ could have been used directly