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 "Multiple indicators on one chart" I presented the concept and the basics of how to use multiple indicators on one chart, without populating the screen with too many different details. The only purpose of that article was to present the system itself, to show how to create databases and how to take advantage of such databases, I did not provide the system code previous time. Here, we will start implementing the code, ...
The other very interesting indicator coded by Mladen: multi_pair_psar_trend_2 indicator. The indicator (attached) is from the following MQL5 forum thread: https://www.mql5.com/en/forum/178416