Errors, bugs, questions - page 2847

 

Bug in version MT5 x64 build 2592, it is impossible to add all trades to open charts from history as in previous versions of the program. The add trades by selected symbol function does not add trades to the chart, but opens a new chart with a default template (what to do if you want to add trades to the chart with a non-default template?). The function of transferring a trade to the chart (left button) does not work; I take a trade with the left button, transfer it to the chart and nothing happens.

 
Rashid Umarov:
Always try to log all the data first (if there is an error). You have hidden everything in your code.

Today is Monday, running the script,

void OnStart()
{

   datetime Fp=0,Ep=0,pFp=0,pEp=0,Arr[];
   int Count=0,bars=0,dt=0;
   if(CopyTime(NULL,PERIOD_D1,iTime(Symbol(),PERIOD_CURRENT,0),1+3,Arr)>0)
   {
      Fp=Arr[0];
      Print("PERIOD_CURRENT=", EnumToString(Period()));
      Print("iTime(Symbol(), PERIOD_CURRENT, 0)=", iTime(Symbol(), PERIOD_CURRENT, 0));
      ArrayPrint(Arr);
   }
   Print("Fp=",TimeToString(Fp,TIME_DATE|TIME_MINUTES));

}


build 2361 (x32).

2020.09.14 12:36:11.964 CopyTime_Test (Si-9.20,M1)      PERIOD_CURRENT=PERIOD_M1
2020.09.14 12:36:11.964 CopyTime_Test (Si-9.20,M1)      iTime(Symbol(), PERIOD_CURRENT, 0)=2020.09.14 12:36:00
2020.09.14 12:36:12.074 CopyTime_Test (Si-9.20,M1)      2020.09.11 00:00:00 2020.09.14 00:00:00 2020.09.11 00:00:00 2020.09.14 00:00:00
2020.09.14 12:36:12.074 CopyTime_Test (Si-9.20,M1)      Fp=2020.09.11 00:00

The right number should be 09.09.2020 - there is no such number in the array, and in general there is a dump.

My terminal was updated on Sunday and went to hibernation on Monday before the opening of the trading session.

I will now restart the terminal.

Same result.

2020.09.14 12:49:30.823 CopyTime_Test (Si-9.20,M1)      PERIOD_CURRENT=PERIOD_M1
2020.09.14 12:49:30.823 CopyTime_Test (Si-9.20,M1)      iTime(Symbol(), PERIOD_CURRENT, 0)=2020.09.14 12:49:00
2020.09.14 12:49:30.823 CopyTime_Test (Si-9.20,M1)      2020.09.11 00:00:00 2020.09.14 00:00:00 2020.09.11 00:00:00 2020.09.14 00:00:00
2020.09.14 12:49:30.823 CopyTime_Test (Si-9.20,M1)      Fp=2020.09.11 00:00

But 2560 (x64) shows the correct number today.

What is the reason???

Added:

Deleting the history cache didn't help, deleting the history completely did.

2020.09.14 13:12:21.959 CopyTime_Test (Si-9.20,M1)      PERIOD_CURRENT=PERIOD_M1
2020.09.14 13:12:21.959 CopyTime_Test (Si-9.20,M1)      iTime(Symbol(), PERIOD_CURRENT, 0)=2020.09.14 13:12:00
2020.09.14 13:12:21.959 CopyTime_Test (Si-9.20,M1)      2020.09.09 00:00:00 2020.09.10 00:00:00 2020.09.11 00:00:00 2020.09.14 00:00:00
2020.09.14 13:12:21.959 CopyTime_Test (Si-9.20,M1)      Fp=2020.09.09 00:00

Attaching history archive to reproduce error.

Added:

Clearing failed on 2560 (x64) as well!

2020.09.14 14:05:40.913 CopyTime_Test (Si-9.20,M1)      PERIOD_CURRENT=PERIOD_M1
2020.09.14 14:05:40.913 CopyTime_Test (Si-9.20,M1)      iTime(Symbol(), PERIOD_CURRENT, 0)=2020.09.14 14:05:00
2020.09.14 14:05:40.918 CopyTime_Test (Si-9.20,M1)      2020.09.11 00:00:00 2020.09.14 00:00:00 2020.09.11 00:00:00 2020.09.14 00:00:00
2020.09.14 14:05:40.918 CopyTime_Test (Si-9.20,M1)      Fp=2020.09.11 00:00
Files:
Si-9.20_back.zip  3224 kb
 

Hello

I can't access my profile, messages, works. I can apply for jobs.

 
Mikhail Pityugov:

Hello

I can't access my profile, messages, works. I can submit job requests.

Page not found

 
Mikhail Pityugov:

Hello

I can't access my profile, messages, works. I can submit job requests.

404. This page doesn't exist

 
Everyone's.
 
SEM:

Bug in version MT5 x64 build 2592, it is impossible to add all trades to open charts from history as in previous versions of the program. The add trades by selected symbol function does not add trades to the chart, but opens a new chart with a default template (what to do if you want to add trades to the chart with a non-default template?). The function of transferring a trade to the chart (by using the left mouse button) is not working; I take a trade by using the left mouse button and transfer it to the chart, but nothing happens.

Any comment from the technical support?

Addendum to this error:

History - show on the chart (disable auto update) - when opening (closing) of 1 trade, the remaining trades are added to the chart although auto update is disabled.


Interesting behavior of the calendar on the chart, candle time and news time do not coincide.


 
SEM:

is there any comment from tech support?

Addendum to the bug:

History - show on chart (disable auto update) - at opening (closing) of 1 trade other trades are added to the chart although auto update is disabled.


Interesting behavior of the calendar on the chart - candle time and news time do not coincide.


Check the settings of the chart itself: right click on the chart and ... You have definitely pressed this button on the chart:

Press it.

 
Hello, I am working on a Mac. I have installed the MT4 terminal through CroccOver. Everything is working fine. Now I want to install Copylot, but it can only be downloaded through the Market. I have an empty Market tab in my terminal, nothing is displayed there. Who had such a problem and how to solve it?
 
Aleksey Vyazmikin:

Today is Monday, running the script,


build 2361 (x32).

The right number should be 09.09.2020 - there is no such number in the array, and in general there is a dump.

My terminal was updated on Sunday and went to hibernation on Monday before the opening of the trading session.

I will now restart the terminal.

Same result.

But 2560 (x64) shows the correct number today.

What is the reason???

Added:

Deleting the history cache didn't help, deleting the history completely did.

Attaching history archive to reproduce error.

Added:

Clearing failed on 2560 (x64) as well!

Here I am having problems with the timestamp access functions working too. Wrote here:https://www.mql5.com/ru/forum/349654

Три вопроса для знатоков по сегодняшнему логу журнала
Три вопроса для знатоков по сегодняшнему логу журнала
  • 2020.08.24
  • www.mql5.com
Вопрос №1: Что это было? Вопрос №2: Зачем "это" делать во время торгов? Вопрос №3: Могло ли "это" вызвать неправильный расчет вот такой конструкции...
Reason: