There are a lot of people who do not know how to program but they are quite creative and have great ideas. However, the lack of programming knowledge prevents them from implementing these ideas. Today we will create our own Chart Trade interface to send market orders or to set up parameters used in pending orders. We will do this without programming, just using the functions that will be inside the Expert Advisor. We are curious, so let's see how it will look ...
We already have our custom indicator working, that is, our object class is already functioning, and since this is an object class, we can easily transfer it to other models. However, simply declaring and trying to use the class in our EA won't make things work the same as in our custom indicator, and the reason is that we don't have subwindow capability in our EA. But then the idea came: "What if we use an already compiled and working custom indicator ...
Table of contents IntroductionSeq: System for collecting and analyzing logsLogger classTesting the Logger classImporting MetaTrader 5 logs to SeqConclusion more... ---------------- Tips from a professional programmer (Part I): Code storing, debugging and compiling. Working with projects and logsTips from a professional programmer (Part II): Storing and exchanging parameters between an Expert Advisor, scripts and external programs
In the previous article within the Multiple indicators on one chart we considered the basic code which allows using more than one indicator in a chart subwindow. But what was presented was just the starting base of a much larger system. A few different things can be done based on this model. But we should go step by step because one of the goals of these articles is to encourage you to learn how to program so that you can design your own systems based on your ideas. In this article, we will ...
The jobless rate in New Zealand came in at 3.2 percent in the first quarter of 2022, Statistics New Zealand said - in line with expectations and unchanged from the previous quarter. The employment change was 0.1 percent on quarter - also matching forecasts and steady from the three months prior. more...