Does it make sense to switch from MT4 to MT5? Why did you switch to MT5? - page 16

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
I don't know about others, but I'm speaking from my own experience. On my algorithms, where there are millions of operations on each tick, it matters whether those millions of operations are calculated in 0.1 second or 0.01 second.
To have a 0.09 second head start is very cool in this frantic world of competition.
Still, I should probably clarify this phrase of mine, which for some reason has caused bewilderment among some forum participants.
There is nothing unbelievable about this figure.
A million operations is very little. Operations here, of course, mean all operations, including the simplest ones (comparison operations, sum, multiplication, etc.).
For example, I cite my ancient indicator, that I wrote more than 5 years ago in MQL4. It is quite primitive, because I just started to learn pattern recognition and didn't use OOP at that time. I'm even ashamed to refer to it.
In this unsophisticated indicator, I'm sure, there are more than a million operations on each tick, not counting the graphical part of the output. As on every tick all channels on all timeframes are recalculated.
I should probably clarify this phrase of mine, which for some reason has left some forum members perplexed.
There is nothing so unbelievable about this figure.
A million operations is very little. Operations here, of course, mean all operations, including the simplest ones (comparison operations, sum, multiplication, etc.).
For example, I cite my ancient indicator, that I wrote more than 5 years ago in MQL4. It is quite primitive, because I just started to learn pattern recognition and didn't use OOP at that time. I'm even ashamed to refer to it.
In this unsophisticated indicator, I'm sure, there are more than a million operations on each tick, not counting the graphical part of the output. As on every tick all channels on all timeframes are recalculated.
By pattern recognition do you mean your regression indicators?
Well, you don't mean to say that the task of pattern recognition is all neural networks, do you?
What's so surprising about that. After all the fastest operations in computational processes are bitwise operations such as bitwise comparisons, shifts, summations etc.
One must take into account that a processor has a clock frequency of 4 GHz or more.
Write now, (1) SanSanych has had a DLL for a long time, and it seems to be freely available. And all of the R ICL libs won't be able to handle it anyway. Otherwise it won't be a terminal, but a mixture of a bulldog and a rhinoceros.
What's so surprising about this. After all, in computing processes, the fastest operations are bitwise operations such as domestic comparisons, shifts, summations, etc.
One should take into account that a processor has a clock frequency of 4 GHz or more.
In modern multiscalar processors, the mathematics of clock frequency has long been out of order.
And this is from whom did you learn it doesn't work for a long time ?
But we have digressed from this topic.
Propaganda for the great brakes. In time these atavisms like R and Python will die out like dinosaurs.
And only Fedoseyev will be left, hovering, blissfully above them all.
Python is a great high-level language, Go is coming as a replacement, also by Google, but for now Python is #1 for data processing and analysis.
You will get great brakes when you start working with tensors in low-level languages and very simple models, you'll be amazed at the amount of code you have to deal with.
And that will leave Fedoseyev alone, hovering, blissfully, over everyone else.
Python is a great high-level language, Go is coming as a replacement, also by Google, but for now Python is number 1 for data processing and analysis.
You'll get great brakes when you start working with tensors in low-level languages and simple models, you'll be blown away by the amount of code.
He won't have any problems. He won't.
He won't have a problem. He won't.
That's why he's always talking nonsense in different threads )
By the way, if googlers move to GO in terms of MO, instead of python, speeds will increase significantly. And they will, sooner or later.
so it makes sense to start learning