Questions from Beginners MQL4 MT4 MetaTrader 4 - page 190

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
Hello, can i install an EA without mql4 file if i only have the ex file of the EA?
Yes, that's what the .ex file is for
I had MT4 app version 400.1129 installed on my android, until 29.10.2019 the app was working like clockwork. On Friday I started opening it on my phone, the splash screen flashed that I was opening a new demo account and immediately the app closed. And I ended up on the desktop. I tried dozens of times and got the same result. Took terminal off, downloaded new terminal from playlist, installed it, ran it with the same result - application crashed. I downloaded Rojo forex MT4 from the market, installed and launched it and it works like clockwork. I also downloaded the MT5 version 500.1780 from Market, installed and ran it, opened demo account, everything is working fine.
Please advise what to do if I want MT4 to work on my phone again! Please.
Good day all! Can you please tell me what's wrong? The Strategy Tester in the Market complains about requote -NEW_ORDER(): lot=0.20; POSITION_TYPE_BUY(EURUSD); err: 4756/Failed tosend trade request; retcode: 10004/Requote;
Where can I read more about this error and how to fix it?
Hi all, Can you please tell me what's wrong? The Strategy Tester in the Market complains about requote -NEW_ORDER(): lot=0.20; POSITION_TYPE_BUY(EURUSD); err: 4756/Failed tosend trade request; retcode: 10004/Requote;
Where can I read more about this error and how to fix it?
Thank you, but everything you wrote is already accounted for. Is there anything else to consider?
Hello! Please help!
All of a sudden MT4 started to hang. All from different brokerage companies.
When starting the terminal hangs. In Manager says in front of it "does not respond. Does not respond to anything, At the bottom of the MT panel is marked that there is no connection.
Reboot terminals, change them from different brokers, remove and reinstall, clean the data with the program Clean, switching off and switching on the computer - has not given result.
It remains to reinstall the OS, but so reluctant.
Maybe someone has had such a thing?
Any advice?
Remains to reinstall OS, but so reluctant.
Alternatively, on a virtual machine install the OS and terminal, I installed Oracle VM VirtualBox without any problems there MT4/MT5 work
if this is a problem with the OS, you need to reinstall it.
I checked it myself. It works with MT4 and MT5 without any problems.
Hello! Please help!
All of a sudden MT4 started to hang. All from different brokerage companies.
When starting the terminal hangs. In Manager says in front of it "does not respond. Does not respond to anything, At the bottom of the MT panel is marked that there is no connection.
Reboot terminals, change them from different brokers, remove and reinstall, clean the data with the program Clean, switching off and switching on the computer - has not given result.
It remains to reinstall the OS, but so reluctant.
Maybe someone has had such a thing?
Please advise who can.
Internet Explorer could be the root of the problem
from the circumstances - it has to be either upgraded or rolled back :-) And by no means allow all sorts of add-ons, plugins and extensions.
The authors decided that the explorer component ruled for displaying marketplace/signals/news/chat, but the explorer itself is a perpetual beta. And its problems "interfere" with the terminal
Good day to all.
Can we change the condition in the code: "Expert Advisor opens a position depending on the close of the last position. If there was no position, it opens depending on the direction of the previous candlestick" and we should changeit tothe possibility of placing 2 pending orders at a certain distance from the current price, and, when one of them triggers, the 2nd order will be deleted. The rest of the algorithm remains unchanged.
I tweaked it myself, but could not achieve a working version.