Libraries: EasyAndFastGUI library for creating graphical interfaces - page 38

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
Artem, thank you for your support!
I figured it out. It turned out to be a long path to the .mq5 and .mqh files
In the case of the example of the final version of EasyAndFast library it was like this:
MQL5
- Experts
- Very____Previous_____Long ____ Directory name ____
- ExampleEAF.mq5
- MainWindow.mqh
- Programme.mqh
Reduced the directory name - everything worked. Maybe it will be useful to someone.
Hello Anatoli,
When will the EasyAndFastGUI 2.0 be back on the market though? I really need the updated version of this library.
Thanks
Hello!
Unfortunately, the latest version of this library will not be available in the near future.
I recommend developing your own solutions or trying to find alternatives.
Hello Anatoli.
Many thanks for the Easy and Fast GUI library. It's great, thanks to it I was able to build a great piece of gui for my trading ea.
Currently, I'm struggling with a use case where I have a CStandardChart chart, I display my own objects generated from ea code, and it's ok.
However, sometimes I need to be able to draw manually a line, checking the distance in points, or draw fibo. Just like you can do on a native chart.
Do you have some patterns, examples of approach or even could you please suggest something? Thank you in advance.
Hey Anatoli,
I have had a number of people contact me wanting your source code -I have obviously refused.
I'd like you to know there is still a market for your library, and it does get the thumbs up from me.
Wishing you well,
With my best regards, ESB.
Hey.
The second window I am creating is not movable and clickable or at least not redrawed correctly.
Function for creating the second window:
I really appreciate is someone could tell me what is wrong.
I copy the code from the example on the Expert Advisor, but the graphic is missing.
How to use it in an indicator? Can you give me an example of the code?
I copy the code from the example on the Expert Advisor, but the chart disappears.
The reason was too long indicator name. The name is copied into the variable name and then gives an error) With a short name everything works.