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
Application
Error in the storage
Open, Started: 2015.09.29 17:09, #1311805
Hanging unanswered ...
I've had it hanging since January. Renat immediately told me what to do, I wrote to the SD and that's it ... Here is a link to a post about the problemhttps://www.mql5.com/ru/forum/40226
In quadruple, it's the same as before.
It is impossible to pump up the history without scrolling the chart, only by emulating the PgUp key - it was written about on the four's forum.
You can also pump up the history data by running the tester several times in "All ticks" mode. The timeframe being tested and the timeframes below up to M1 will be swapped to the maximum - several attempts will be made to download all data available on the server, without paying attention to the setting of the maximum number of bars on the chart.
It turns out you can. Using ChartNavigate() function. Thanks toKarputov Vladimir!
Side effect. Use it only if absolutely necessary
When Expert Advisors are used in F4, much more memory is spent on the history than in F5, all other conditions being equal
Side effect. Use it only if absolutely necessary
When using Expert Advisors, much more memory is used on the history in Q4 than in F5, all other conditions being equal
Initially, you wanted a function that would reload the story and complete its work. This function is quite suitable. Everything is more convenient than having the user manually scroll through the history or pushing PgUp through winapi.
Yes, and at this stage, the history is needed for the indicator. Is more memory consumed with the indicator too?
And if it's not a secret, how many times more? By times or by an order (-s)?
Side effect. Use it only when absolutely necessary
In fours, using experts on history consumes much more memory than in fives, all other things being equal
Vyacheslav, please clarify the TradeTransaction event from the Errors, Bugs and Questions thread.
Why do you persist in calling me Vyacheslav? Where is it written that I am Vyacheslav? I have never been.
What steps did you take to investigate the problem? Share
Why do you persist in calling me Vyacheslav? Where is it written that I am Vyacheslav? Never have been.
I apologize, I thought that Slawa is a name, stringo is a nickname. What do I call you?
"Just call me our Ilyich."
It's written Slawa, you can spell it Slava in Russian.
I'll repeat the question I wrote later.
What steps have you taken on your own to investigate the problem?
Why do you persist in calling me Vyacheslav? Where is it written that I am Vyacheslav? Never have been.
What steps have you yourself taken to investigate the problem? Share
So that's a problem after all. I share. Tester! Simulation - all ticks. MT5 1210 x64. Limit order is placed to sell. It is placed by an Expert Advisor with the smallest possible lot for a symbol. Here is the log:
Expert Advisor is not a scalper; transactions are not frequent. In this case there is only one order. The Expert Advisor analyzes the TradeTransaction event through the OnTradeTransaction function. Logically, a pair of stop orders is placed once the TRADE_TRANSACTION_DEAL_ADD transaction has been received (the order has been executed and a position has been formed). Correspondingly, for the sell they are BuyLimit and BuyStop.
The order is executed and the following is shown in the log:
As you can see, twoTRADE_TRANSACTION_DEAL_ADD transactions are received for one trade. Because of this two pairs of orders are opened. But why does one transaction initiate two transactions ofTRADE_TRANSACTION_DEAL_ADD type?
"Just call me our Ilyich."
It's written Slawa, you can spell it Slava in Russian.
I'll repeat the question I posed later.
What steps have you taken on your own to investigate this problem?