Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1568

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
I'm not sure, but it seems to me that in the tester the histogram shows the closing time of the positions.
Perhaps you have positions opened on Friday and closed on Monday, so you have a bar on the histogram).
I'm not sure, but it seems to me that in the tester the histogram shows the closing time of the positions.
Perhaps you have positions opened on Friday and closed on Monday, so you have a bar on the histogram).
if (!n.n.day_of_week==1) { if. }
Because you just didn't set the condition correctly
Or this
or
That's if the answer was on the same page as the question, I'd save a bit of time and not write the same thing repeatedly :))))))
or
I don't know how it works, and I don't want to figure it out, but I have a time condition and a day condition in my code, so I decided to make separate variables for one and the other and everything worked as it should. Not touching it)
It happened when the storage was connected in MetaEditor, the file was in the queue for deletion and was not displayed in the terminal. After the deletion, when sending the file to the repository, everything was displayed.
P.S. The previous version of the file was used for deletion.
In your case you should probably look through the "navigator" in the terminal.
Which class will be the first to be deinitialised? CCanvas or CPaint?
In particular, I am interested in whether the Destroy() method will work when EA is removed from the chart.
Or will the canvas remain hanging in the RAM?
It happened when the storage was connected in MetaEditor, the file was queued for deletion and was not displayed in the terminal. After deletion, when sending the file to the storage everything was displayed
P.S the previous version of the file was used for deletion.
In your case it is probably necessary to look through the "navigator" in the termenal.
It is not only in the navigator, it is not even displayed in Meta editor (!). I'll try to sort out the storage
Maybe because there is no second Mql5 Source file ?