Best GUI library for MQL5

Mostafa Asefy  

Hi there,


I've just created an EA using EasyAndFastGUI library. It is good but not as responsive and fast as users expect. 

Please introduce some perfect libraries for GUI creation in MT5. 

Can I use QT or PyQT or some other flexible UI libraries? 

What is the best GUI library for MQL5 ?


 Thanks all in advanced

EasyAndFast GUI bug
EasyAndFast GUI bug
  • 2018.08.20
  • www.mql5.com
I download the library of the last MT4 version https://www.mql5.com/en/code/19703 Experts\Article09\TestLibrary03 The Edit is always flickering...
Enrique Dangeroux  
It is the best available unfortunately. The library works well, but miss-management (crappy code+lack of knowledge about the working of the terminal)  of events can slow the terminal down. Read this https://www.mql5.com/en/forum/342769
Mostafa Asefy  
Enrique Dangeroux #:
It is the best available unfortunately. The library works well, but miss-management (crappy code+lack of knowledge about the working of the terminal)  of events can slow the terminal down. Read this https://www.mql5.com/en/forum/342769
Thank you Enrique! What do you think about DoEasy library which is created by the same programmer? Is it worth to migrate to this one? 
DoEasy. Controls (Part 1): First steps
DoEasy. Controls (Part 1): First steps
  • www.mql5.com
This article starts an extensive topic of creating controls in Windows Forms style using MQL5. My first object of interest is creating the panel class. It is already becoming difficult to manage things without controls. Therefore, I will create all possible controls in Windows Forms style.
Reason: