Discussion of article "Developing a trading Expert Advisor from scratch (Part 9): A conceptual leap (II)"

 

New article Developing a trading Expert Advisor from scratch (Part 9): A conceptual leap (II) has been published:

In this article, we will place Chart Trade in a floating window. In the previous part, we created a basic system which enables the use of templates within a floating window.

Here is the app launch result:


It would be very good and beautiful if it were possible to access the objects that are in the template (the template is loaded in the line highlighted in the code above). However, it is not possible. And here is the important detail: instead of creating objects the way we considered earlier, we only create the objects that should be manipulated! This will save a lot of processing time when we have to move the window. We still have another problem but let us first solve the handling problem and make the system functional. Actually, this part is already done, it just needs some adjustment to make things work.

Author: Daniel Jose

Reason: