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
Has anyone managed to repeat the feat ofvoix_kas?
//---
Or is that a typo? )))
Not a typo. In visual mode I always test the Expert Advisor with the chart statistics on. This is more informative for me.
By test in the tester, do you mean visualization mode? As far as I know at the moment objects likeOBJ_BITMAP_LABEL are not displayed in visualization mode, as well as some other objects. So it is doubly interesting to see how you did it.
An object of typeOBJ_BITMAP_LABEL+ResourceCreate is rendered on the chart in visualization mode. Bild 794.
Show me an example. It's a couple of lines of code. Or show me, if you don't mind, what you have displayed (screenshot) in visualisation mode when using such code:
//---
Build 803:
Good evening!
Where do I write to the developers about their bug in MetaTrader5 ?
Good evening!
Where do I write to the developers about their bug in MetaTrader5 ?
Good evening!
Where do I write to the developers about their bug in MetaTrader5 ?
Show me an example. It's a couple of lines of code. Or show me, if you don't mind, what you have displayed (screenshot) in visualisation mode when using such code:
//---
Build 803:
The above code gives me the same result (doesn't render the bitmap). Bild 794.
Unfortunately, I can't provide a counter-argument, as I've already cleaned my EA code from the bitmap.
The above code gives me the same result (doesn't render the bitmap). Build 794.
Unfortunately, I can't provide any counterarguments, as I have already cleaned my EA code from the bitmap.
The counter-arguments don't matter, because this possibility has not been implemented in the tester in any of the previous builds, including the currentone (803). So it is not clear how you could get the result in the tester and why you cannot reproduce it again if you are asked to do so. Please reproduce again, it is very interesting. Personally, I've been waiting for two years to finally get the bitmaps done in the tester. )))
Maybe someone would be interested in information about the performance of graphic objects...
...
What can I say? A single Bitmap runs (!)an order of magnitude slower than 26 regular labels.
...
I didn't do any special timing, because it's obvious that the speed decreases by an order of magnitude. Both in the tester and in real time (when scrolling the graph there is very obvious jerking/jerking).
It's a pity that no proof of this statement was given.
From experience, bitmap is faster, especially if you need to draw large tables, an example of using bitmap is a glass in IShift, or tabs in the built-in ChartWall panel. I am currently converting my entire interface library to a bitmap, to end up with an interface panel as a single bitmap object. The goal is to increase speed and reliability.
And note. that scrolling the chart doesn't cause 'hovering/jerking' and the stack in IShift is updated more often than the ticks come in (meaning the forts market).