Questions in mql5 programming

 

//------

Automation

I'm not new to programming but, when it comes to automation or OOP I freak.
I'm trying to get all the methods correct first and understand the bare basics of oop before diving into
mql5 automation. I followed a few guides but, I'm still a little lost and cannot get a successful start into
mql5. Been with mql5 for about a month and still haven't been able to reproduce some effect EA's.
What would you guys (experienced programmers) recommend  ? As a career path I want to pursue
Financial Engineering, so this is a great hobby to generate passive income as well as gain some experience
with algorithm structures. 

//----- 

Others

Does MQL5 Community have like a class webinar for beginners or live chat ?  
It would be really nice for them to implement a feature in the near future. 

Till next time,
Samuel Patterson 

 

You really don't have to use structure or classes in your mql5 program, and everything will be just fine.

Here's some explanation of structure and class from C++  http://www.cplusplus.com/doc/tutorial/structures/ .

There's no webinar, and you shouldn't wait for it. Just ask any mql5 question here and follow the forum rules  https://www.mql5.com/en/auth_register

Data structures - C++ Tutorials
Data structures - C++ Tutorials
  • www.cplusplus.com
A data structure is a group of data elements grouped together under one name. These data elements, known as members, can have different types and different lengths. Data structures can be declared in C++ using the following syntax: Where is a name for the structure type, can be a set of valid identifiers for objects that have the type of this...
 
phi.nuts:

You really don't have to use structure or classes in your mql5 program, and everything will be just fine.

Here's some explanation of structure and class from C++  http://www.cplusplus.com/doc/tutorial/structures/ .

There's no webinar, and you shouldn't wait for it. Just ask any mql5 question here and follow the forum rules  https://www.mql5.com/en/auth_register

hi;

thank you