Forum

How to use MT5 Standard Library in MT4 600+ Build ?

"while the language itself has been brought closer to MQL5 to the maximum possible extent. This means that MQL4 trading robot developers can now also enjoy all the advantages of OOP: classes and structures, inheritance, Standard Library , resources and much more" Above is what the help documentation

MT4 build 600 / MT5 standard library

"while the language itself has been brought closer to MQL5 to the maximum possible extent. This means that MQL4 trading robot developers can now also enjoy all the advantages of OOP: classes and structures, inheritance, Standard Library , resources and much more" As MT5 standrad library is a 64-bit

Showing or hiding indicator subwindows

Hi How to programmatically show or hide all indicator subwindows on the current chart ? I'd like to have a switch parameter (true/false) to control this while testing. Thanks

Every tick parameter of CExpert class Init method

Hi 1) When to set initialize an EA to use every tick ( every_tick = true) ? bool Init( string symbol, ENUM_TIMEFRAMES period, bool every_tick, // <------- flag ulong magic ) 2) What is the connection between setting

Metatrader 5 / MQL5

Hi MT5 community, I am a bit confused about the future of Metatrader 5. Still most of brokers provide only MT4. Personally, I much like the more technical possibilities in MT5 and its OOP concepts. I have started learning MQL5 without difficulties as I am IT professional but a Forex beginner. While

Help needed for a critical decision!

Hi everyone, I started learning forex few months ago. And, I chose MT5 / MQL5 to start developing my first EA for my own trading strategy. I have found out that there is no way to import historical and tick data into MT5 :-) Also there is no way to modify this data! OOP, better performance... etc