
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
OK .. Was looking at banner on top of this page where it says 03.02.2014. Different countries write numeric dates differently.
Is the new mt4 system means mq5 programs can be compiled and run in mql4 environment?
Is there a plan by metaquotes to discontinue the use of the MT5 platform?
Elie
in new version. can i access different broker account in one terminal. like roboforex account and Alpari UK account use from one terminal?
its not, but the changes made in MT4 language make it whole lot easier to convert MQL5 scripts to MQL4. If you know what you are doing you can do it in minutes. Finally i dont have to change for example: every Point() from MQL5 to Point in MQL4, modify methods of retrieving account properties (balance, equity, maring) etc. That update is really helpful.
Not really. But if you use the subset of mql5 which is common with the new mql4 it's possible. (trading functions are very different).