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
@Dennis Kirichenko Did you unpack the pictures from the EasyAndFastGUI.zip archive by yourself ? I had to attach all the pictures as a ZIP-file, there is no other option at the moment.
Yes, I unzipped and copied them myself. Should you have done it differently?
I'm like this now:
Yes, I unzipped and copied it myself. Should I have done it differently?
I'm like this now:
All correct.
Show the list of graphical objects created by the Expert Advisor before leaving the chart at the beginning of optimisation (Ctrl + B).
That's right.
Show the list of graphical objects created by the Expert Advisor before leaving the chart at the beginning of optimisation (Ctrl + B).
Just in case, the objects are hidden. To show them in the list, I press the "All" button.
...
That is, for some reason you don't have an object created to draw the button:
standard library:
//---
And it is unclear why the problem appears for some users and not for others.
Have you made any changes to this class?
Buttons are there.
I never edit SB.
I haven't made any changes to the CCanvas::Attach() class. Here it is:
There are buttons.
I never edit the SB.
I haven't made any changes to the CCanvas::Attach() class. Here it is:
I can't help you in this case.
//---
Error 4016 means:
ERR_RESOURCE_NOT_FOUND
4016
Resource with this name was not found in EX5
//---
If anyone else has tested the examples from the article, please tell me about the results. Does anyone else experience this problem?
Could it be because my root folder is "C:/Program Files / MetaTrader 5 / MQL5"????
Accordingly, the resources are located in C:\Program Files\MetaTrader 5\MQL5\Images.
Maybe there is a problem with accessing the images? Although the terminal is started as administrator.
Could it be because my root folder looks like "C:\Program Files\MetaTrader 5\MQL5"??? ?
Accordingly, the resources are located in C:\Program Files/ MetaTrader 5/ MetaTrader 5/ MQL5/Images.
Maybe there is a problem with accessing the images? Although the terminal runs as administrator.
I don't know. Try to investigate this point.
The resources in the code for the form are written like this:
Yes, Anatoly, I have discovered this.
In your code samples to the article, in the downloaded files, the MacdSampleWithFrames.mq5 file is identical to the MovingAverageWithFrames.mq5 file in terms of code content.
Please correct it. Thank you.
I tested it on another terminal where all files are stored in the %AppData\Roaming\MetaQuotes\Terminal\... folder.
Same error. Something's wrong somewhere.