Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1031
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 got rid of the function references here. It got better but error 255,38 and again array out of range. Now what does it (MT5) want?
Wants you to figure out why there is an array overflow.
Wants you to figure out why there is an array overflow.
Thank you. It helped)))
Do you want an answer based on the "information" you've given here?
One psychic with a crystal ball has already answered you. I even answered you by looking in the magic mirror. And the rest of the magicians and wizards are probably just not interested in doing divination...
MT5 has a "Volumes" indicator and when you run it, you are prompted to select real or tick volumes. If I choose real, the indicator window is empty. Does anyone know why and how to make volumes appear?
Help me out, there's a piece of code
which sometimes causes an error
266 line - time1=Arr[0];
And this is some kind of hiccup from the new build - previously the error didn't show up.
I just can't understand how there can be an error when copying time into a buffer...
Apparently, though, this is due to a tick appearing when the market is closed (Moex), judging by the time, but where are the ticks coming from after the session is closed?
PS I will check CopyTime results - it's just that the code is not mine, but from freelance....Help me out, there's a piece of code
which sometimes causes an error
266 line - time1=Arr[0];
And this is some kind of hiccup from the new build - previously the error didn't show up.
I just can't understand how there can be an error when copying time into a buffer...
Apparently, though, it's due to a tick appearing when the market is closed (Moex), judging by the time, but where are the ticks coming from after the session is closed?
PS I will check CopyTime results - it's just that the code is not mine, but from freelance....Then the problem will disappear.
You can also specify the size of the array, in this case 1 element
datetime Arr[1],time1;
Afternoon.
This is the time of the trade.