Errors, bugs, questions - page 2985

 
Vladimir Karputov:

In the terminal, right-click on the "Log" tab and "Open". After that, study the log files.

Can we not flood the thread with questions from newbies and answers to them and move them to the appropriate threads?

It will only be useful for bug finding and editing. Explaining to a person how and where the log file is not really the point here.

 
yes, thanks, read it, but there's nothing about restoring, only browsing and there's a record for the current date of deleting the old version... and what to do with it, how to restore the status of profiles settings and charts in them as of last date 16.03.2021. ??
 
RuslanVS:
Yes, thanks, I've read it, but there's nothing about restoring, only browsing and there's a record for the current date of deleting the old version... and what to do with it, how to restore the status of profiles settings and charts in them as of last date 16.03.2021 ? ??

To restore something, you must first save it. You have saved your work profiles, haven't you? If you haven't, then this is a lesson for the future: you should save your work profile under a separate name and NOT WORK in it.

 
Vladimir Karputov:

To restore something, you must first save it. You have saved your work profiles, haven't you? If not, then this is a lesson for the future: a work profile should be saved under a separate name and DO NOT WORK in it.

I have saved work profiles, but they have a save date of December 2020.

So, profiles must be re-saved almost every day before closing the terminal and preferably in a separate folder outside the terminal, copied from the data directory?

 
RuslanVS:

the work profiles have been saved, but the save date is December 2020.

So profiles have to be re-saved almost every day before closing the terminal and preferably in a separate folder outside the terminal, copying from the data directory?

Save the profile and do NOT sit in it. This is the main rule. Let's say you have set all charts - save the profile "All 100 Save", then you will automatically stay in the profile"All 100 Save". Now save the profile again as"All 100" - you will now remain in the profile"All 100" - this will be your work profile. If something happens to it, you can always switch back to the"All 100 Save" profile.

 
Valeriy Yastremskiy:

Can we not flood the thread with questions from newbies and answers to them and move them to the appropriate threads?

It would only be good for bug finding and fixing bugs. Explaining to someone how and where the log here is not really the point.

this thread is "bugs bugs QUESTIONS" and it does not specify who the questions may come from - newbies pro....

was originally given not very clear response and in your words it turns out if something is not clear - all say nothing? )))) rename the thread then

 
Vladimir Karputov:

Save the profile and do NOT sit in it. This is the main rule. Let's say you have set up all the charts - save the profile "All 100 Save" and then you will automatically stay in the profile"All 100 Save". Now save the profile again as"All 100" - you will now remain in the profile"All 100" - this will be your work profile. If something happens to it, you can always switch back to the"All 100 Save" profile.

Thank you!
 
Please help with changing your mailbox:https://www.mql5.com/ru/forum/1111/page2959#comment_20747153
Ошибки, баги, вопросы
Ошибки, баги, вопросы
  • 2021.02.14
  • www.mql5.com
Общее обсуждение: Ошибки, баги, вопросы
 

Can you tell me why breakpoints move to the next function when debugging, both on history and online (Ctrl+F5, F5)?

Checked it several times. All explanations are in the attached screenshots.

Is this a bug?

 
Andrey Dik:

We are talking about a situation when the price of an instrument can be equal to 0.0 and even take negative values.

In my humble opinion, the programming language for trading should be able to work out such cases.

And, consequently, another question arises: should we check MqlTick structure for correct values after filling it with SymbolInfoTick () function? - Because the Ask and Bid values can be any, including negative. Or, is it enough to get true from SymbolInfoTick ()?

Reason: