
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
Do you have this in build 1463?
And you should always be prepared for a return of zero in the market.
1463. It's not about protection (it's everywhere), it's about logic. CopyTicks returns bid/ask == 0 - normal. SymbolInfoDouble usually did not return zero in the tester. Is it error or not?
Renat Fatkhullin, are there plans to introduce void and pointers for fundamental types?
None of the dangerous references will be unambiguous.
Dangerous ones are not needed. Everything can be easily implemented through auxiliary objects-containers or objects redirecting access. And the necessity of their creation is determined at the compilation stage, if there is a pointer taking operation.
I discussed this topic with the service-desk. They said they haven't found a way that would be both safe and fast at the same time. But they are mutually exclusive. If everything is based on reliability, then of course no one expects much speed. And it is not required. Better a slow version than none at all, isn't it?
Since MetaEditor's open tabs now show the presence of file changes compared to the Warehouse, could the right menu for working with the Warehouse be "screwed" to the right click on the file tab? Something like that:
Yes, now the idea is clear.
It's been requested for a long time and we will make an additional master report, which drains not only orders with trades, but also cleared trades (that's where the horror is).
We just need to get our act together.
datetime from_date = 0, // с даты
datetime to_date = 0 // по дату
);
from_date == 0 - take history from the beginning.
to_date = 0 - take ALL history from from_date.
Then it will be very convenient to call
HistorySelect(From) // вся история с даты From
Navigated to the function description via ALT+G. How do I jump back to where I pressed ALT+G?
Try pressing "ctrl "+"-". But it doesn't always work.