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
ERR_ARRAY_RESIZE_ERROR
4007
Insufficient memory to relocate the array or attempt to resize the static array
to fellow:
I can tell you from experience that you have to strictly control the following points:
1. not to go beyond the beginning of the timeseries (on the right);
2. no request for a zero bar (in this case it may freeze). I think that function Bars will not help (in my opinion, it is inadequate);
3. left do not go beyond the value of BarsCount and MaxBarsInChart (otherwise it also hangs)
Why are the skips observed in the tester's joule being made when processing a succession of "Prints"? I.e. the code, for example, is as follows:
Print("****1****");
Print("****2****");
Print("****3****");
Print("****4****");
Print("****5****");
And the lines are printed in the log like this:
****1****
****2****
****3****
****5****
tostringo:
As far as I understand you are a representative of MQ, so I want to ask you the following question. On page 534, the sixth post from the bottom, I tried to find out my question but got no answer. Could you say something about the essence of the question? I am sitting here wondering whether to go with MT4 or wait for something.
tostringo:
As far as I understand you are a representative of MQ, so I want to ask you the following question. On page 534, the sixth post from the bottom, I tried to find out my question, but no answer. Could you say something about the essence of the question? I am sitting here wondering whether to go for MT4 or wait for something.
We have described our order system extensively. We have repeatedly said that we are not going to change it. There have been a lot of discussions on this topic.
You have not received an answer, so we will not return to this topic for the tens of times. Please use the search engine.
Is this a system change? After all, you can delete an order by date. The idea is the following: for example, I set BuyStop at 1.50,000 and the idea is to be able to delete the order (unrealized) if the price reaches 1.40,000. As the result I have one position, but it allows me to manage the volume flexibly.
P.S. I believe the forum is useful for people to come and report mistakes, give suggestions.
P.S. I think that's what a forum is for, so that people can come and talk about mistakes and make suggestions
Is there still no possibility to drag several deals from the history to a chart using the terminal standard means (without any indulgences and scripts)? I can only drag and drop one of them.
In the built-in help of the terminal there is an answer to this question - "MetaTrader 5 Help → User Interface → Tools → History":
The history of trades can be displayed on the chart using the "Buy icon" and "Sell icon" objects. To do it drag the deal to the chart with the mouse (Drag'n'Drop). In doing so all deals of the position the selected deal belongs to will be displayed on the chart. To show all deals for a symbol in the chart, one should drag one of the deals for this symbol holding the "Shift" key at the same time.
The terminal's built-in help answers this question - "MetaTrader 5 Help → User Interface → Tools → History":
Try it.