On 12th October MetaTrader 5 and MQL5 will be released to the public for beta testing!
Since there is only a week left I will add some more technical information about MetaTrader5 and MQL5 in the nearest future. Stay tuned!
On 12th October MetaTrader 5 and MQL5 will be released to the public for beta testing!
Since there is only a week left I will add some more technical information about MetaTrader5 and MQL5 in the nearest future. Stay tuned!
Yes, this is true, the first MQL5 code can be found in MQL code base!!! I am very pleased to see the source, as there are many similarities to C++ language. Here comes the example class definition: (Copyright MetaQuotes 2009, MetaQuotes Software Corp. http://www.metaquotes.net):
As we can see there are private and public specifiers and a class constructor: CTetrisField.
There is something that may look like a pointer, but apparently this is a handle:
m_shape = new CTetrisShape1;
We will be able to invoke methods by eg. m_shape.Draw();
Still excited and looking forward to BETA MT5 with MQL5 release!!!