Errors, bugs, questions - page 2802
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
No one is denying it. It's just that there is a concept where there is one screen as a canvas. In turn, the same custom canvas (an array of pixels) is drawn on the canvas of the window (the chart). More precisely, it is first passed to the chart (copied) using ResourceCreate (in OBJ_BITMAP or OBJ_BITMAP_LABEL). In the chart window, everything is drawn using Win API (if I'm not mistaken). Although, it can be done using other API as well. But the CCanvas class has its own methods of drawing on elements of the m_pixels array.
It turns out, drawing a small rectangle then you still have to pass a lot of pixels usingResourceCreate (saves time on drawing only). And this way you can just moveOBJ_BITMAP_LABEL around the chart, without processing the m_pixels array and then copying it to OBJ_BITMAP_LABEL.The thing is, class CCanvas has no method of moving the canvas, which is very strange.
The iCanvas class has it implemented.
ZZZ I'm sorry, just now I saw that the current version of iCanvas in KB doesn't implement this method, only its declaration. I'll correct it now.
Corrected
The thing is, the CCanvas class doesn't have a method to move the canvas, which is quite strange.
The iCanvas class has it implemented.
ZZZ I'm sorry, I just now saw that the current version of iCanvas in KB doesn't implement this method, only its declaration. I'll correct it now.
Corrected
The fact that there is no move in CCanvas is not a big deal. Any careful user can understand that the canvas is moved by moving its chart object. These are standard functions. Therefore, one can add the missing methods. Or write his own methods of drawing and other... Anything can be done. CCanvas source code can be studied.
The portable version of MetaEditor stopped working (/portable in shortcut properties). It happened with today's update. Removed /portable from properties, the editor started, but with settings from the installed terminal andMetaEditor. Also, it's not using working directories from my folder with the portable version. The terminal seems to start normally with option/portable, but MetaEditor also doesn't start when I press F4. It keeps writing in the log:
2020.07.14 20:00:17.560 Error MetaEditor not found
How can the portable version of the terminal and the editor be set up to work properly?
The portable version of MetaEditor stopped working (/portable in shortcut properties). It happened with today's update. Removed /portable from properties, the editor started, but with settings from the installed terminal andMetaEditor. Also, it's not using working directories from my folder with the portable version. The terminal seems to start normally with option/portable, but MetaEditor also doesn't start when I press F4. It keeps writing in the log:
How can I now adjust the portable version of the terminal and editor to work properly?
Another update is out. I decided to checkMetaEditor. I added/portable to shortcut properties, ran it and it worked. All settings and working directories are in place, as it was before.
Is it possible to do the following by normal means?
Is it possible to do the following by normal means?
The built-in log viewer is very inconvenient (including the specified use case), I have to use external programs.
Hello.
Something is broken in the autovalidator of the mt4 marketplace.
Tried to autovalidate 5-6 times with different EAs.
Always this error.
Even that EA that autovalidated yesterday cannot autovalidate today
Here is a message about successful validation yesterday
Something is really broken.
Hello.
Something is broken in the autovalidator of the mt4 marketplace.
Tried to autovalidate 5-6 times with different EAs.
Always this error.
Even that EA that autovalidated yesterday cannot autovalidate today
Here is a message about successful validation yesterday
Something is really wrong.
Thank you for the message. Corrected.