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
Now it defaults to C:\Program Files\MetaTrader 4\
Is it a bug ?
What can I do to set it to my previous MT4 DATA FOLDER ?
The folder depends on how you install and start the terminal. You do not set it to anything.
Open it and verify it is where you think it should be. Move your files to the correct location.
Data Structure in MetaTrader 4 Build 600 and Higher - MQL4 Articles 2014.02.03
A few years ago I created a news indicator that loads forexfactory news calendar into a graphical panel.
Since 1220, it crashes MT4. 0 compilation errors and no MT4 error log. Last time compiled was March, and that version still runs fine.
I know is vague description, but what could be the cause ? Any changes for graphical panels in 1220 ?
By blanking out statements, MT4 seems to crash on the create statement.
CAppDialog m_newspanel;
OnInit : createnewspanel(0,"News Panel",0,X_STARTnews,Y_STARTnews,X_SIZEnews,Y_SIZEnews);
bool createnewspanel(const long chart,const string name,const int subwin,
const int x1,const int y1,const int x2,const int y2)
{
m_newspanel.Create(0,name,0,x1,y1,x2,y2);
-> crash MT4I am reporting a MQL4 compiler bug :
https://www.mql5.com/en/forum/325039#comment_13668250
Events Log ID# 72, SideBySide, "Activation context generation failed" See more details here:
https://www.mql5.com/en/forum/325566
This bug occurs in b1220, but b1170 did not have this problem.
It is not critical (yet), but MQ should clean up the code.
https://www.mql5.com/en/forum/183353/page276#comment_13758053
Has anyone experienced the same thing? is this also a bug?
thank you.
That must have change with a recent release, because I have been running that code for some time.
Will make the changes and carry on.
can clarify me the changes you have done?
i have the same problem