Errors, bugs, questions - page 2765

 
Renat Fatkhullin:

Then live with the knowledge of 15 years ago, while we rebuild the interfaces and principles of old functions.

I'll tell you more, I've been using it all this time. What prevents you from checking for bugs, I'm embarrassed to ask? Anything specific on the subject? I wouldn't want to turn off the trading history.
 

In MQL5 Navigator, when I press the refresh button, the running Expert Advisor on the chart is not updated, I have to reopen it.

Why is it so?

Is it supposed to be like this or is it a flaw of MQL5?

Since it works in MQL4.


 

This is what the standard stochastic draws:

Is the terminal still open, need some operational information?

 
Stanislav Korotky:
Does anyone have a link to the 2470 build archive? My MT doesn't want to update - it says there's a new build, creates an empty liveupdate/temp folder in "roaming", but then the error "download 'MT5CLW64' failed" in the log. Usually google drive from Andrey Khatimlianskii comes to the rescue ;-), but so far there's only 2460.

Corrected )

 
Andrey Khatimlianskii:

This is what the standard stochastic draws:

Terminal still open, need some operational information?

Fixed itself:


Very unfortunate bug, and has been dragging on for a long time unfortunately (recorded the same strange MA readings).
You can see in the screenshots that the bar history hasn't changed (there's another screenshot that the EA took at the time of this spike). So it is not because of the hairpin, which was promptly wiped. And with stochastic it is obvious that the error is not with prices.

I thought my hands were crooked and I was requesting data from other TFs incorrectly, but the problem is not in the EA. The native indicator draws the same on the native TF. Well, the EA sees the same thing.

 
2020.06.02 14:20:32.010 Ticks 'GAZR-6.20' file open or reading error [The process cannot access the file because it is being used by another process. (32)]
2020.06.02 14:20:32.010 Ticks 'GAZR-6.20' base save failed [There are no more files. (18)]
What are these new messages and how to get rid of them?
 
Andrey Khatimlianskii :

Fixed itself:


Very unfortunate bug, and has been dragging on for a long time unfortunately (recorded the same strange MA readings).
You can see in the screenshots that the bar history has not changed (there is another screenshot that the EA took at the moment of this throwback). So it is not because of the hairpin, which has been promptly wiped. And with stochastic it is obvious that the error is not with prices.

I thought my hands were crooked and I was wrongly requesting data from other TFs, but the problem is not in the EA. The native indicator draws the same on the native TF. Well, the EA sees the same thing.

Is this somehow reproducible?
 
Alain Verleyen:
Is it somehow reproducible?

I think it is enough to write an EA that saves a screenshot when such indicator values appear.

I've been catching a bug for a long time in a complex EA that uses a castum indicator counting by indicators from several instruments. And I thought it was my fault.
But I have caught such an artifact in a simple Expert Advisor. Luckily, there was an Expert Advisor running nearby that was sending a screenshot of the chart.

That is, I do not need anything else but a simple Expert Advisor on a single indicator to reproduce it. And wait.

 

No one is answering this question. Maybe the developers will pay attention?

Forum on trading, automated trading systems and strategy testing

Bugs, bugs, questions

Alexey Viktorov, 2020.06.01 16:32

I have a question, may be somebody has already tested it and knows for sure:

If you set expiry type to a pending order

ORDER_TIME_SPECIFIED_DAY

The order will be active till 23:59:59 of the date specified. If that time does not fall into a trading session, the expiry will be at the nearest trading time.

and 23:59:59:59 does not fall into a trading session, and the next trading session opens with a gap so that the order must be activated. Which is first to delete the order or activate it?


And in general the second question: How to set the day, in what format? Or does it not matter what time of day will be specified?
 
Andrey Khatimlianskii :

I think it is enough to write an EA that saves a screenshot when such indicator values appear.

I've been catching a bug for a long time in a complicated EA that uses a castum indicator that counts by indicators from several instruments. And I thought it was my fault.
But I have caught such an artifact in a simple Expert Advisor. Luckily, there was an Expert Advisor running nearby that was sending a screenshot of the chart.

That is, I do not need anything else but a simple Expert Advisor on a single indicator to reproduce it. And wait.

Interesting to know. Thank you.
Reason: