... It's all already written 25 thousand times, debugged and ready-made. Well, why can't you port ready-made libraries? HUH, MQ?
Where can I see sources of libraries that can be ported? )
You have to look for it, I haven't come across it.
But I'm sure such basic things can't be not implemented.
Appliers, who will share a link?
Or am I naive?
You have to look for it, I haven't come across it.
But I'm sure such basic things can't be unimplemented.
Appliers, who will share a link?
Or am I naive?
You write"It's all been written 25,000 times, debugged, and is lying around ready to go. "
I do.
In my opinion, such codes must exist.
Writing.
The way I see it, there should be such codes.
Writing.
In my opinion, such codes must exist.
We'll work with what we've made ourselves for now. ;)
//---
On topic. There are alternative versions of calendars:
1. In the standard library in the directory:
- <data directory>\MQL5\Include\Controls\DatePicker.mqh
- <data directory>\MQL5\Include\Controls\DateDropList.mqh
2. In Dmitry's library: CCalendarInputBox - library for MetaTrader 5 >>>>
//---
1. The plus of the variant from the standard library is that it is fully drawn. It is a single graphical object.
2. The plus in Dmitriy's variant is that there is a possibility to choose time.
//---
The nearest task is to add these advantages to the calendar presented in the article.
Can you show me where these codes have been written 25 thousand times, debugged and are ready to use?
I had to search for 20 minutes...
Search in google - the first result - the first link from the table, which specifies the GPL licence - a link to download the archive with sources.
I had to search for 20 minutes.
Search in google - the first result - the first link from the table, which specifies the GPL licence - a link to download the archive with sources.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article Graphical interfaces VIII: the calendar control (Chapter 1) has been published:
In the chapter VIII of the series of articles dedicated to creating graphical interfaces in MetaTrader, we will consider complex composite controls like calendars, tree view, and file navigator. Due to the large amount of information, there are separate articles written for every subject. The first chapter of this part describes the calendar control and its expanded version — a drop down calendar.
Let's list all the components of the calendar.
Fig. 1. Components of the calendar.
Author: Anatoli Kazharski