Archive

Posts Tagged ‘object oriented programming’

Custom Indicators in MQL5

November 3rd, 2009 No comments

Custom Indicators in MetaTrader 5Finally we’ve got an opportunity to try the new trade terminal – MetaTrader 5. No doubt, it is noteworthy and has many new features as compared to its predecessor. The important advantages of this platform among others are:

  • Essentially modified language allowing now to use the object-oriented programming, still allowing to use the rich advantages of structural programming.
  • The code execution speed, which now is much faster than in MetaTrader 4.
  • Essential increase of possibilities for displaying the necessary information.

  • To view the full article, please visit: http://www.metatraderglobal.com/400/custom-indicators-in-mql5/

Learning programming for the Metatrader 5

October 28th, 2009 No comments

metatrader 5

The main difference between MQL4 and MQL5 is the appearance of the object oriented programming. So you can start learning MQL4 now, because:

  1. If You know MQL4 the only thing in MQL5 to change in your programs will be names of a couple of start() init() deinit() functions;
  2. If you know MQL4 the transition to MQL5 will be smooth;
  3. If you know MQL5 you will know C language as well because they are VERY close;
  4. Due to providing structures and other improvements in MQL5, there will be a LOT of new possibilities to merge MQL5 with any database, math, statistical packages etc.

To view the full article, please visit: http://www.metatraderglobal.com/381/learning-programming-for-the-metatrader-5/