Are you ready to give up MT4 for MT5 ? - page 5

 
Tonny Obare:
If traders were to be forced to move to mt5 then mt5 must be made to support programs made from mt4 using the older mql4 programing as well as allow hedging to avoid unnecessary trouble. And that's simply like either reverting mt5 into mt4 or renaming mt4 to mt5 to cover up the fact that mt5 failed. Years since mt5 came still mt4 remains most popular. Trader right must be considered I hope metaquotes does good research this time to avoid repeating these mistakes. Its unwise to kill whats most popular in favour of the least popular.
i agree with you. Dont kill popular stuffs. Try to rather improve on its performance
 
Tonny Obare:
People power forced hedging to be introduced to mt5 by boycotting it. Don't underestimate people power. Can do wonders.
;)
 
Remember Windows 8?
 
Will there be a proper MQL4-MQL5 converter available?
 
Alain Verleyen said:

THIS is the ONLY reason that can change the fact I'm still sticking to MT4, namely to its weakest component - the single core 32-bit strategy tester (with TDS and tick data from my broker). I'm also building my own currency indices, and work with equity charts of my EAs. Can't do this without offline charts.

If they REALLY enable custom data import and custom charts.. well, that will be the REAL turning point for me!

I almost can't believe it they'll do it ;) But if they do, perhaps I will send them some donation, to express my luck :-D

Beacuse the MT5 tester is excellent.
Yet it's crippled by broker dependency - a huge disadvantage nowadays - however, that would vanish if every broker offered MT5 and treated the data so responsibly as my broker does ;)

With the cited things enabled, it will become a very sharp Swiss knife.

From technological perspective, MT5 beats MT4 all the way.

My broker doesn't support MT5 though. It would be perfect if it would. But if they really enable what Alain said, I will move my entire development (at least) to MT5. And pray every day my broker supports it soon!

I've got no problem adapting my MQL4 stuff to MQL5. Most things in the 'new' MQL4, adopted from MQL5, are useful, and I'm using them in my MQL4 code with pleasure, and I would use them even if no MQL5 ever existed.

Sure, the MQL5 trading API is quite different in native code, but thanks to built-in libraries (trade.mqh), the transition can be done quickly and smoothly. Indicator handling in EAs is different, time series access is different, but IMHO better and more logical, and I wish I could have the same overall approach in MQL4. Those who can't survive the need of using SymbolInfo*() instead of MarketInfo(), AccountInfo*() instead of AccountBalance(), AccountEquity() etc etc etc.... meanwhile altogether available in MQL4 too... are just lazy folks whose arguments have no weight to me (and hey, there's wrappers for it;)  - apart from the stated, there's NO SIGNIFICANT DIFFERENCE between MQL5 and ('new', #property strict) MQL4, if you stay with just procedural programming and have no need for OOP!!

Indeed, it would be a dream come true if MT5 would run your EX4s... but I doubt it will (could) ever happen.. they would have to build some kind of P-code interpreter for it.. but hey, are there really worthwhile MT4 things without sources you can't live without..? Though I don't use any, I suppose they exist.. contact their developers to convert them! If they still exist - they will happily port it, in their own interest. Developers ain't here anymore? - that means the stuff can't be so worthy! And if you still can't trade without some 'dead' EX4s... just hire a coder to convert/code it for you ;)

Re MQL5/C++ and OOP: I'm basically an old-school guy, grown up on assembler and BASIC sometime in the 80's.... I love MQL4/C for its simplicity and I've never encountered a task I couldn't solve rather quickly with old-school procedural programming. I simply don't want to describe the entire world in detail before I say "hello world" :) ...but I've done a lot of code in MQL5 already, without the need of pursuing any OOP stuff... you can code in MQL5 exactly the same was as you did in MQL4.. nobody urges you to use classes, objects, constructors and destructors... you can stay with good old functions, procedures and structs if you're happy enough with them - as I am ;)

 
Pavel Srp:

Re MQL5/C++ and OOP: I'm basically an old-school guy, grown up on assembler and BASIC sometime in the 80's.... I love MQL4/C for its simplicity and I've never encountered a task I couldn't solve rather quickly with old-school procedural programming. I simply don't want to describe the entire world in detail before I say "hello world" :) ...but I've done a lot of code in MQL5 already, without the need of pursuing any OOP stuff... you can code in MQL5 exactly the same was as you did in MQL4.. nobody urges you to use classes, objects, constructors and destructors... you can stay with good old functions, procedures and structs if you're happy enough with them - as I am ;)

Thanks Pavel!

It was enlightening. So it's not as complicated as it looked. I guess.

 
The arguments are the same as were when MT4 compiler was upgraded to MT5 compiler (build 600+). I think, if MetaQuotes will forcibly boosts MT4 -> new MT5 migration, the result will be similar, ie almost all users will switch to MT5 with relatively small costs. And MQ will say that this is extreme small fee for progress :)
 
Just downloaded MT5, Whats up with the server and login box that pops up when i try to install?
Download the MetaTrader 5 Trading Platform
Download the MetaTrader 5 Trading Platform
  • www.metatrader5.com
Download the MetaTrader 5 Trading Platform and start trading Forex, Stocks, Futures and CFD! Wide trading capabilities, powerful and flexible market analysis, Alerts and Automated Trading - download MetaTrader 5 for free and access all these exciting features!
 
Pavel Srp:
...

Great post Pavel, I couldn't say better...

If they REALLY enable custom data import and custom charts.. well, that will be the REAL turning point for me!

I asked explicitly to Renat, Metaquotes CEO :

 
Alexander Puzanov:
The arguments are the same as were when MT4 compiler was upgraded to MT5 compiler (build 600+)....

It depends. For those who jumped into the OOP with the build 524, the change to MQL5 is even easier than the change to the new MQL4 was.

I realized only one unpleasant thing currently. As there are zillion duplicated functionality in MQL4 and none of them is marked as "obsolete", I have to fix them now. This is an extra work, which could have been avoided by proper documentation.

Reason: