Forum

Gallery of UIs written in MQL

Recently, while tidying up my old laptop, I accidentally stumbled upon a folder lost in the wilds of directories. I clicked on it. And there it was. Nostalgia. A darkness of pictures, gif-files, screenshots and all kinds of windows of multi-coloured GUI and controls.... All written by me in MQL4/5

AI 2023. Meet ChatGPT.

In this thread I propose to discuss a noisy, perhaps prematurely overblown, but undoubtedly significant event in the field of IT technologies. An event that even hardened sceptics cannot ignore. Scientists, programmers, artists, entrepreneurs, workers. Everyone is watching, thinking or talking about

Programmer's question.

Is there a global practice of patenting or otherwise protecting software intellectual property

Representation of an object in programming.

This topic will be of interest to those who are preoccupied with global programming issues. The question that's bugging me is " why is the well-known Object model in the standard OOP concept canon? ". I mean, an Object is an entity that people describe in words every time they say the word. With the

Crowdsourced GUI. Open beta testing.

I offer the community a GUI builder for MQL programs for free use . The GUI builder is a closed .ex5 file, in order to centralise its development and avoid confusion when distributing versions. The GUI engine is attached by an open file .mqh, but! - I do not recommend changing the code on your own

Sunset programming?

There are often headlines predicting the end of the programming era. They say that AI and neural networks won't stand a chance against humans. I used to mockingly read such articles, but now I am not laughing. After all, Objects (which OOP creates) consist of parameters, like bodies of particles

Algorithmic ''centrifuge''

Based on this topic: https://www.mql5.com/ru/forum/79324 Is it possible to build strategies to automatically build parameter configurations? The concept is as follows: All trading systems use common groups of parameters: Indicator parameters - derived parameters calculated by indicators. Each

A question for OOP experts.

How do you do an OOP loop on objects and their properties? For example, I execute a loop as follows //Цикл по объектам в поиске нужного значения конкретного свойства. for ( int a1 = 0 ; a1 < obj_total; a1++) { if (G_CORE[a1][_X_SIZE] == THIS_SIZE) { G_CORE[a1][_this_state_color] =

How do I get Open,Low,High,Close parameters in MQL5?

I can't figure out how to do this. Where do I look for the answer? Who knows, please explain

What should the price glass be like?

I am writing a price tumbler for the CODO BASE and am confronted with a misunderstanding of what it should be. I drew the standard base - three columns, asc, bid and price. But what to add further to it? Who knows, please advise. Here is the draft version