MQL5 --> borland's VCL or Microsoft MFC style?

 

may i know Mql5 class is like which style?

 borland's VCL , Microsoft MFC style or Microsoft ATL? 

thanks 

 
kelly:

may i know Mql5 class is like which style?

 borland's VCL , Microsoft MFC style or Microsoft ATL? 

thanks 

The MQL5 language is a subest of the C++ language.

The class library supplied with MT5 has some very loose similarities with MFC, in the sense that it often uses CObject as its base class, and is in general a fairly thin wrapper for MQL5 functions.

Reason: