Self-learning the MQL5 language from scratch - page 61

 
Aliaksandr Hryshyn:

For a basic understanding of programming

https://www.youtube.com/watch?v=SW_UCzFO7X0

I don't think TC is interested in learning from Harvard or Baumanka.
He is interested in forum training.

 
Aleksey Masterov:

Vladimir, good day. There is no question about the TC. This is your personal belief and intention. If you started to study the MQL5 LANGUAGE, then IMHO, the programming of indicators should be studied in full... The language is the same, whether for scripts or for Expert Advisors or for indicators.

What's more, you insist on finalizing script with trail function, though there are all trawls in code base written in the form of experts or their functions or libraries, maybe there are experts who can tell you the crutches, how to open without tools in your TS, using crutches of course, through the indicator to place positions or orders ... :-)

By the way, here's your topic TS on the article Profitable algorithms on the trawl
https://www.mql5.com/ru/articles/442

Don't forget the articles about indicators in the articles
https://www.mql5.com/ru/articles/37

Two
Thanks to you I re-read them myself

https://www.mql5.com/ru/articles/31

Three writing an indicator article.

https://www.mql5.com/ru/articles/10


Hello Alexey, all that is recommended by the participants of this thread for self-study. Moreover, this information will be very useful not only for me, but for many other novices in programming who may read this topic or will read it.

The terminology which is applied in messages is not clear to me: crutches, chips and so on, therefore I ask to write in language accessible to beginners. At most, if it's not difficult for you, make an explanation of what this or that slang word means in programming. Thanks in advance!

Thank you for the links!

Sincerely, Vladimir.

 
Roman:

I don't think TC is interested in learning from Harvard, or Baumanka.
He is interested in forum training.

Hello Roman! I, hope, like all other newcomers to programming, am interested in any information, and from any source. In 60 pages participants of this thread have already shared their invaluable experience and information they obtained in the process of learning and becoming programmers themselves, for which I will never tire of thanking them all!

Regards, Vladimir.

 
SanAlex:
here is a good articlehttps://www.mql5.com/ru/articles/91

Hello! Thank you for the link.

Regards, Vladimir.

 
MrBrooklin:

Hello Alexey, everything that is recommended by the participants of this thread for self-study is not ignored. Besides this information will be very useful not only for me, but for many other novices in programming, who may read this thread or will read it.

The terminology which is applied in messages is not clear to me: crutches, chips and so on, therefore I ask to write in language accessible to beginners. At the very least, if it's not difficult for you, please explain what this or that slang word means in programming.

Thank you for the links!

Sincerely, Vladimir.


Thanks to you I`ve been studying here again myself ... :-)
Here is the code base from the default Expert Advisor in the MT5 terminal
This is the code base from the standard delivery of Expert Advisors in the MT5 terminal by default :-)

https://www.mql5.com/ru/code/1921

crutches - it's when you try to use a trawl not in an EA, but in a script, i.e., using some stuff, which is not typical of this type of program by default, but, like, if you really want to, you might be able to... :-) in general this kind of thing...

IMHO, you've written the script, go to the code of robots and indicators and take them apart from articles and codebase, the developers have examples there.

And only after mastering the basics of these, you can try to open market positions through the indicator!!!
 
Author, thank you just for wanting (think it's possible) to help beginners... That's sort of the end of it... another series of "dummy" articles... like all the articles on this and other forums... It's probably becoming clear to many how my self-study is going... sorry...
 
Mezon.3:
Author, thank you just for wanting (think it's possible) to help beginners... That's about it... another series of articles "empty"... like all articles on this and other forums... It's probably becoming clear to many how my self-study is going... sorry...

No excuse :-)
The Surgeon General won the 2011 championship here at the end of the year on a similar "blank"... every single one. The prize money was 80,000 quid. He took first place and $40,000.
Here's the robot counterpart. His robot cs2011 at the end of the expo on the page somewhere from 42...

https://www.mql5.com/ru/code/1921
 
Mezon.3:
Author, thank you just for wanting (think it's possible) to help beginners... That's sort of the end of it... another series of articles "empty"... like all the articles on this and other forums... It's probably becoming clear to many how my self-study is going... sorry...

Hello! You probably didn't fully understand the topic and why it came up in the first place, but thank you very much for the thanks. That's first of all. Secondly, among the "dummy" articles, as you liked to put it, there is a lot of useful and constructive information. It must be isolated, so point 2 was written in my first message from the very beginning.

You have nothing to apologize for, because this is an open forum and everyone has the right to express their personal opinions. Everything that concerns this topic is welcome, except rudeness, flooding and snide remarks, especially at newbies!

Regards, Vladimir.

 
SanAlex:

tried your art to check - doesn't work, can you fix it? - would like a multi expert in action to view in the tester

---------------------

Can't find info on error ( OrderCheck Code 10030 )


Not near the computer. Everything works fine there according to the logic. Ask questions in the branches about help.... there will help you work with the tester. I have everything works according to the logic of this robot. You have to check and use it and that's all. Everything is simple and clear there. It means that you set it wrong.
 
SanAlex:

I think I found it.


Yeah, as expected, there's these FIL FOKs...
In the tester and in real life everything was working properly ...