
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
Lately it's been impossible to work with MT5 because of the constant re-connects and disconnects from the server, it feels like the platform is regressing :(
It's not the platform, it's the servers.
The forum is crashing along with the platform...
it's not the platform but something by the servers.
the forum goes down along with the platform...
Describe more precisely. Under what circumstances.
I'm having it reproduced as well. Is there a task in SD about not saving html reports or starting one?
Yes. My comment is already out of date.
Already reproduced and corrected. Wait for an update.
Admin, what about the arrays? Is it confirmed? Why don't you comment?
Would it be unpleasant if you and I here we are on our own and servicedesk is on its own?
Admin, what about the arrays? Is it confirmed? Why don't you comment?
Would it be unpleasant if you and I here we are on our own and servicedesk is on its own?
Glitch in new build (last build EA worked fine). Here's what I found out:
1) Example
...........................
Print("SymbolName==",m_symbol.Name());
if(PositionsTotal()> 0)
if(m_position.Select(m_symbol.Name()))
{
}
................................
The log says:
2011.08.11 11:16:26 Core 1 2011.01.07 20:45:18 SymbolName==EURUSD
2011.08.11 11:16:26 Core 1 2011.01.07 20:45:17 SymbolName==EURUSD
2011.08.11 11 11:16:26 Core 1 2011.01.07 20:45:15 SymbolName==EURUSD
2011.08.11 11 11:16:26 Core 1 2011.01.07 20:45:14 SymbolName==EURUSD
It's ok...
2) Now it is a bit different
...........................
if(PositionsTotal()>0)
if(m_position.Select(m_symbol.Name()))
{
Print("SymbolName==",m_symbol.Name());
}
................................
And that's it, the expert is clipping. In the log:
2011.08.11 11:21:27 Core 1 OnTick critical error
2011.08.11 11:21:27 Core 1 2011.01.04 16:30:00 Access violation read to 0x3FF5610B in 'C:\Program Files\MetaTrader 5\Tester\Agent-127.0.0.1-3000\MQL5\Experts\Examples\gluk.ex5'
bobsley, could you please send us the sources so that we can localise the bug. The sources will be destroyed irretrievably when the research is finished.
We have been working on this bug for a few days now.
The pieces of source code that several people have already submitted to illustrate this problem do not help reproduce the bug. It is the finished source code that is needed.
bobsley, could you please send us the sources so that we can localise the bug. The sources will be destroyed irretrievably when the research is finished.
We have been working on this bug for a few days now.
The pieces of source code that several people have already submitted to illustrate this problem do not help reproduce the bug. It is the finished source code that is needed.
Yes of course, where should I send the source code?
You can apply to servicedesk.
Only you need full source code, with all inclludes (if any).