Metaquotes wprowadza nową wersję MT4. W chwili obecnej można wymusić już aktualizację, logując się na serwer : demo.metaquotes.net
Zmiany są tak poważne, że bardzo duża część EA przestanie działać prawidłowo, mogą pojawić się problemy ze wskaźnikami itd.
Czytałem, że na pewno nie działa renko i wszystko co odczytuje pliki hst. Jest już jakieś rozwiązanie, tak więc kierujcie pytania do autorów wskaźników lub nie zezwalajcie na aktualizację mt4.
Zmienia się także lokalizacja plików :
Automatic copying of MQL4 applications when updating from old builds
In the previous builds of MetaTrader 4 client terminal (509 and older), all MQL4 applications were stored in the following subdirectories of <terminal_installation_folder>\experts\ root directory:
\experts - Expert Advisors (trading robots),
\experts\indicators - custom indicators,
\experts\scripts - scripts (MQL4 applications for a single run on the chart),
\include - source code MQH and MQ4 files implemented into other programs,
\libraries - libraries in the form of MQ4 source codes and EX4 executable files compiled from them. They are used for the dynamic call of the functions contained there by other MQL4 programs,
\files - special "file sandbox". MQL4 applications are allowed to execute file operations only within this directory.
In the new MQL4 version, the file structure for storing the source codes has changed. Now, all MQL4 applications should be located in the appropriate folders of <data_folder>\MQL4\ directory:
\experts - Expert Advisors (trading robots),
\Indicators - custom indicators,
\Scripts - scripts (MQL4 applications for a single run on the chart),
\include - source code MQH and MQ4 files implemented into other programs,
\libraries - libraries in the form of MQ4 source codes and EX4 executable files compiled from them. They are used for the dynamic call of the functions contained there by other MQL4 programs,
\Images - image files for using in resources,
\files - special "file sandbox". MQL4 applications are allowed to execute file operations only within this directory.
When updating MetaTrader 4 terminal from build 509 to the newer version, all MQ4, MQH and EX4 files from standard root directories of the previous version are automatically copied and relocated to the appropriate folders. Subfolders additionally created by a user, as well as files contained there are not processed. They should be relocated to the new place manually if necessary.
KAŻDY terminal MT4 przechowuje od teraz dane w katalogu w postaci :
C:\Users\Login\AppData\Roaming\MetaQuotes\Terminal\B18FFD45C36F00792BAFD76845C2D05F\ , przy czym ten ciąg znaków jest losowy i inny dla każdego zainstalowanego terminalu.
Gdzie konkretny terminal trzyma dane, można dowiedzieć się z samego terminalu MT4 : Plik

Już sama zmiana struktury katalogów może powodować błędy (ea nie znajdzie bibliotek itd.)
Jeżeli używacie jakieś EA/wskaźniki poproście koniecznie autora oprogramowania, o sprawdzenie czy na nowej wersji wszystko działa poprawnie. W innym wypadku może czekać was przykra niespodzianka.
Szczegóły tutaj : http://forum.mql4.com/60075