For those who are unfamiliar with MetaTrader 5, it is an application used for the purpose of executing financial trade. It has its own programming language, MQL5, and a strong community that creates tools for the analysis of financial data. See link for more info: https://www.metatrader5.com/en
The problem that I'm running to is that the application, when started will connect to a server and immediately shut down. I know for certain that the issue occurs when it connects to a server because:
- Disconnecting from the network will keep the application open indefinitely
- Deleting any demo accounts will keep the application open indefinitely
I am unable to view the log of the event as the application shuts down before it has time to record the event in the log. It logs in the connection but not the source of the error.
I've tried to do the following:
- Reinstalled MetaTrader 4 and Metatrader 5
- White listed the application and closed the firewall before running the application
- Opened the application under compatibility mode and administrator mode.
- I've tried looking online at the forums for any similar issues that have occured for the other users but no solutions where offered.
Here's the related posts I've gathered thus far:
- https://www.mql5.com/en/forum/93755
- https://www.mql5.com/en/forum/162091
- https://www.mql5.com/en/forum/281570
- https://www.mql5.com/en/forum/216082
- https://www.mql5.com/en/forum/6185
- https://www.mql5.com/en/forum/221842
- https://www.mql5.com/en/forum/93729#comment_2724323
Maybe I missed something. BTW Meta Trader works fine on my linux machine and other machines I come across. Does anyone have any ideas of solutions?
Why MT4 ? Is that happening too with MT4 ?
What build are you using ? Is it 32 or 64 bits ?
What if you try to delete the setting files in \Config\ systematically:
- save all first
- delete one by one the .ini and .dat files
- start the terminal
- see what happens.
- www.mql5.com
Why MT4 ? Is that happening too with MT4 ?
What build are you using ? Is it 32 or 64 bits ?
Yes, strangely enough, it is happening to both MT4 and MT5, the terminal shuts down as soon as it extablishes connection to a server on both platforms. I'll try running it in 32 bit mode as I've been running it solely in 64 bit thus far.
No need to check 32 bits if it's 64 bits computer. MT4 is 32 bits anyway.
I would suggest you to check your Windows log (event viewer) and your antivirus/firewall.
Do you have a debugger running? Metatrader is allergic to those.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
For those who are unfamiliar with MetaTrader 5, it is an application used for the purpose of executing financial trade. It has its own programming language, MQL5, and a strong community that creates tools for the analysis of financial data. See link for more info: https://www.metatrader5.com/en
The problem that I'm running to is that the application, when started will connect to a server and immediately shut down. I know for certain that the issue occurs when it connects to a server because:
I am unable to view the log of the event as the application shuts down before it has time to record the event in the log. It logs in the connection but not the source of the error.
I've tried to do the following:
Here's the related posts I've gathered thus far:
Maybe I missed something. BTW Meta Trader works fine on my linux machine and other machines I come across. Does anyone have any ideas of solutions?