Libraries: EasyAndFastGUI library for creating graphical interfaces - page 18
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Early on it was developed in MQL4 and MQL5 but the last few examples are for MQL5.
This does not mean that it can not be made to work in MQL4.
The code usually needs a few small bits of adjustments.
i was in effort to modify it, but failed. the complex MT5 .mqh files frustrated me, so many variables and objects!
i was in effort to modify it, but failed. the complex MT5 .mqh files frustrated me, so many variables and objects!
Yes it involves some work the best way is to rename the loop variables for example when you get a warning about variable i then you can rename i to i1 in that loop and in the next loop i2 and i3 and so on.
Also it's not needed to do the entire library you can just take the element you need and convert only that because the articles deal with a lot of items and objects.
I wrote that for simple elements. Combobox is not simple ) The current version should delete complex ones, but I haven't tested it yet, I think, and I need to change a lot of things there).
And for hiding I added m_is_hiden property to elements and in CWndEvents::Show(const uint window_index); elements with true are skipped.
Hey guys,
Developing business code that makes use of graphical elements panels is one thing and this library is very helpful. However, when it comes to low performance or bugs that need to be reproduced,
there is nearly no way around the Strategy Tester.
That said, trying to fix things in a live chart is extremly tedious (e.g. waiting until certain conditions are met so I can click on graphical elements... gah)
It would be beyond helpful if we could properly test stuff within the ST!
1. Did the MetaTrader dev team talk somewhere on the forum about it why void OnChartEvent is not being triggered in the ST?
2. Is there any chance to establish a workaround?
Cheers,
Marcel
The macro in the file Defines.mqh
is not compatible with Alglib {ap.mqh)
I had to rename it.
After installing the platform update on 2132, compilation errors appeared:
How to fix: