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
In first case a variable of double type is returned immediately, in second case a variable of MqlTick structure type (five elements of different types) is returned.
I wanted to understand - which variant is recommended by Developers (are they completely identical in terms of speed and obtained values)
Hello!
I have some questions about the agents.
1. I have a total of 128 MetaTester 5 agents running. Some of them are running on very powerful machines with Intel Xeon E5645, Intel Xeon E5649, Intel Xeon E5-2620 processors...Why do these agents have such a low PR? They have about 100 (+ -). At the same time, I have weaker machines with IntelXeon E3-1240CPUs -- their PR=140. Why is it so? Because performance doesn't depend only on processor frequency.
The secret is that no Xeon is in any way faster than a desktop processor. On the contrary server processors are much weaker than desktop ones. And no megacaches are of any help to them.
Understanding this is discouraging.
2. If I believe information on payments, which is written here: https://cloud.mql5.com/ru/faq/payments , then my 128 agents must accumulate at least 10 credits per day. In reality, however, I have accumulated for the day at most 0.25 credits. Why is this so?
The secret is that no Xeon is in any way faster than a desktop processor. On the contrary, server processors are much weaker than desktop ones. And no megacaches are of any help to them.
Understanding this is discouraging.
Look at agent load - most likely it's not even up to 1%, as there are not enough tasks for everyone.Look at the agent load - it's probably not even 1% because there aren't enough tasks for everyone.
Where can I see it? And for my part, is there anything I can do to make those same tasks go more to me than to others? :)
"Why, I want them to come to me, too."
There's no need to tug at the quilt with the agents. Everything is distributed fairly.
Increase the number of agents by an order of magnitude and raise their PR.
is there any fundamental difference
if only Ask is required, for exampleIf you only need Ask, there is no fundamental (or rather no) difference between
и
no.
If both Ask and Bid are needed, then
may give results different from
because in the first case no one guarantees that Ask and Bid belong to the same tick.