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
After all years here, you still don't know connecting to Metaquotes-Demo will update your terminal to last beta ? Please be serious. Of course I know and I agree it's confusing, but it's well known behaviour.
If you don't want problem (or at least less problems) never connect to Metaquotes server, always to an actual broker and use the last official release (1940 or eventually 1881 which is the previous one).
EDIT: I also absolutely don't care about MT4 vs MT5 match, I am using both and they have their owns strengths and weaknesses. What I care about is a scientific approach of software and programming, and I don't find it in this thread at all.Again only words.
I am fed up with people complaints and whining when they don't even understand what they are talking about.
"I am waiting..." then just wait the others to do the job and keep your useless posts.
Again only words.
I am fed up with people complaints and whining when they don't even understand what they are talking about.
"I am waiting..." then just wait the others to do the job and keep your useless posts.
Young Ho Seo:
......
It's a topic about a problem with an MT5 beta version, right ? How do you think problems (bugs or weaknesses) are fixed ?
I agree to stop discussing about coding skills, no problem (I have edited my posts and remove any reference to skills, please do the same). But you talked about a problem, so it's to you to give all needed information to reproduce it, don't you agree ? It's not to me to prove anything or to provide code.
If there is a bug in current beta, I want it to be fixed, I don't encounter this bug up to now, so I am asking you more information. 25 posts already.
What is the goal of this post if not help to fix problems ?
It's a topic about a problem with an MT5 beta version, right ? How do you think problems (bugs or weaknesses) are fixed ?
I agree to stop discussing about coding skills, no problem (I have edited my posts and remove any reference on skills, please do the same). But you talked about a problem, so it's to you to give all needed information to reproduce it, don't you agree ? It's not to me to prove anything or to provide code.
If there is a bug in current beta, I want it to be fixed, I don't encounter this bug up to now, so I am asking you more information. 25 posts already.
What is the goal of this post if not help to fix problems ?
This is somewhat simplied problem cut out from long piece of source code. But you will see the behaviour enough.
Why many of us feel easy to use with MetaTrader 4 up until these days.
The problem stays with previous version of MetaTrader 5 too.
MetaTrader 4 uses well less than 100 MB memory from beginning to an end.
MetaTrader 5 uses something like over 1000 to 2000 MB memory initially and then it drops to 350 MB something in My computer.
Try both with case of static array and dynamic array. Must use Task Manager or other memory watcher.
Often get crashed so I have to close MetaTrader 5 forcibly too from task manager.
Findings 1, MetaTrader 5 uses 3 to 4 times more memory than MetaTrader 4.
Findings 2, MetaTrader 5 have the initial fluctuation in memory which is really heavy (near freeze) whereas MetaTrader 4 is calm at start and till end.
Steps to test
1. open MetaTrader 5
2. open one chart.
3. attach test.ex4 to chart. (check how initial memory fluctuates and see how it is settled.)
This is somewhat simplied problem cut out from long piece of source code. But you will see the behaviour enough.
Why many of us feel easy to use with MetaTrader 4 up until these days.
The problem stays with previous version of MetaTrader 5 too.
MetaTrader 4 uses well less than 100 MB memory from beginning to an end.
MetaTrader 5 uses something like over 1000 to 2000 MB memory initially and then it drops to 350 MB something in My computer.
Try both with case of static array and dynamic array. Must use Task Manager or other memory watcher.
Often get crashed so I have to close MetaTrader 5 forcibly too from task manager.
Findings 1, MetaTrader 5 uses 3 to 4 times more memory than MetaTrader 4.
Findings 2, MetaTrader 5 have the initial fluctuation in memory which is really heavy whereas MetaTrader 4 is calm at start.
Steps to test
1. open MetaTrader 5
2. open one chart.
3. attach test.ex4 to chart. (check how initial memory fluctuates and see how it is settled.)
Finally something constructive, thanks. Trying it...
Which build did you use, still 1958 ? (1959 is now available).
How much symbols in your Market Watch ?
This is somewhat simplied problem cut out from long piece of source code. But you will see the behaviour enough.
Why many of us feel easy to use with MetaTrader 4 up until these days.
The problem stays with previous version of MetaTrader 5 too.
MetaTrader 4 uses well less than 100 MB memory from beginning to an end.
MetaTrader 5 uses something like over 1000 to 2000 MB memory initially and then it drops to 350 MB something in My computer.
Try both with case of static array and dynamic array. Must use Task Manager or other memory watcher.
Often get crashed so I have to close MetaTrader 5 forcibly too from task manager.
Findings 1, MetaTrader 5 uses 3 to 4 times more memory than MetaTrader 4.
Findings 2, MetaTrader 5 have the initial fluctuation in memory which is really heavy (near freeze) whereas MetaTrader 4 is calm at start and till end.
Steps to test
1. open MetaTrader 5
2. open one chart.
3. attach test.ex4 to chart. (check how initial memory fluctuates and see how it is settled.)
Most likely the problem comes from the historical data? MT4 needs only M1 bars in order to create all other timeframes. MT5 is using the real tick data to create all time frames. The processing of tick data takes more time and more resources.
Finally something constructive, thanks. Trying it...
Which build did you use, still 1958 ? (1959 is now available).
As Tsvetan Tsvetanov pointed out in his first post, this is more likely the architecture level of problem.
I doubt it will be fixed any soon. Myself and many of us saw the same problem last few years.