Discussion of article "Developing a trading Expert Advisor from scratch (Part 8): A conceptual leap"
I cannot find the start of this series. Could you kindly point me to the URL for the first article, thank you.
Wayne Ovenstone # : Não consigo encontrar o início desta série. Você poderia me indicar a URL do primeiro artigo, obrigado.

Desenvolvendo um EA de negociação do zero
- www.mql5.com
Entenda como se dá o desenvolvimento de um EA para negociação programando o mínimo possível.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
New article Developing a trading Expert Advisor from scratch (Part 8): A conceptual leap has been published:
What is the easiest way to implement new functionality? In this article, we will take one step back and then two steps forward.
The system is currently well functioning and is very stable. But now we will have to restructure the EA as shown below. You may notice that there is an additional class, while the positions of C_TemplateChart and C_SubWindow have changed.
What's the purpose of such a restructuring? The problem is that the way in which floating windows were implemented is not suitable for windows containing asset data, and therefore such changes are necessary. However, this change is not only aesthetic in terms of structure, but it also required an extreme change in the code, so it will be very different from the previous code.
Author: Daniel Jose