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
As for the topic of discussion - I'll give an example, albeit a bit simplified, but I think the basic point will be clear. Let's not go far and take a common visual C# object - ListView. It has such an interesting thing as VirtualMode. The standard version of ListView "remembers" the whole amount of data - all the rows. If we put it in a virtual mode, the data are loaded as needed - only what we see at the moment on the screen - from row N to row M.
I could be wrong of course, because I have no idea about MT device, but IMHO it is, as they say, "the same yahtzee in the other hand" :-D
Notice the developers are silent ))) you're so quick to speculate on the algorithm that you simply do not know!!! :-D Or did you participate in the development of the strategy tester?
As for the topic of discussion - I'll give an example, albeit a bit simplified, but I think the basic point will be clear. Let's not go far and take a common visual C# object - ListView. It has such an interesting thing as VirtualMode. The standard version of ListView "remembers" the whole amount of data - all the rows. If we put it in a virtual mode, the data are loaded as needed - only what we see at the moment on the screen - from row N to row M.
I must be mistaken, because I have no idea about MT system, but IMHO it's like they say "same as me but in a different hand" :-D
Not silent. ;) The position has already been expressed.
But as far as I'm concerned - not an argument at all!!! It's like soft and warm
really forgot about him :-D strongly said!!! ))
But as far as I'm concerned - not an argument at all!!! It's like soft and warm.
When it's both soft and warm at the same time, it's part of a woman's body.
or whatever.
ещё раз: http://yandex.ru/yandsearch?text=uvscreencamera%20%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE&clid=50368
it's not a crutch, just run a test and when the test is over you can go anywhere
This crap has been hanging up my whole system, it sucks....
And why doesn't MT5 itself have a feature to record a video of the terminal running, that would be a new milestone of all sorts of broker training directions... no platform can yet boast such a feature as far as i know.... and this would be an incentive for wider adoption of the platform by brokers who suffer from all sorts of courses for beginners
I don't think the problem is worth the effort.
For those things (from environment and trading account state) that need to be monitored, create arrays with a size equal to the desired history depth. Print or quote the entire array. That's it, the problem is solved - the screen shows what was one step, two three, 100500 steps ago. I almost always do so when debugging my code.
I don't think the problem is worth the effort.
For those things (from environment and trading account state) that need to be monitored, create arrays with a size equal to the desired history depth. Print or quote the entire array. That's it, the problem is solved - the screen shows what was one step, two three, 100500 steps ago. I almost always do so when debugging my code.