New MetaTrader 5 Platform build 2815: Access to the Depth of Market from Python, revamped Debugger, and Profiler improvements
Updated -
As you may see in the image, it seems there is a big discrepancy between what the internal Task Manager tells and W10's tells when it comes to the MT5 memory consumption.
Files:
MT5_mem.png
151 kb
PlaySound()Function does not work, no sound, build 2815 bug???
Tiecheng Fu:
PlaySound()Function does not work, no sound, build 2815 bug???
I was reading your same post in Chinese forum (this post #1), and I copied it to the MetaTrader 5 Platform build 2815 official thread in Russian forum with translation (this post #28).PlaySound()Function does not work, no sound, build 2815 bug???
Hope the developers will read it too and fix it.
Tiecheng Fu:
PlaySound()Function does not work, no sound, build 2815 bug???
I have the same issue with PlaySound().
PlaySound()Function does not work, no sound, build 2815 bug???
Tiecheng Fu:
PlaySound()Function does not work, no sound, build 2815 bug???
PlaySound()Function does not work, no sound, build 2815 bug???
It is reply from MQ -
Forum on trading, automated trading systems and testing trading strategies
Renat Fatkhullin , 03/20/20/01 07:13 PM
Already fixed, will be in beta tomorrow.
I have a script whenever run with shortcut it load and open chart from a url,today I find out does not create vertical line,after digging I find out what is happening.
ChartApplyTemplate does not work with ObjectCreate, if you comment ChartApplyTemplate the code work probably:
ChartApplyTemplate does not work with ObjectCreate, if you comment ChartApplyTemplate the code work probably:
void OnStart() { long chartId = ChartOpen("GBPJPY",PERIOD_H1); ChartApplyTemplate(chartId,"default"); ChartNavigate(chartId,CHART_END); Sleep(100); bool vline = ObjectCreate(chartId,"test",OBJ_VLINE,0,StringToTime("2021-03-01 03:00:00"),0); ObjectSetInteger(chartId,"test",OBJPROP_SELECTABLE,true); ObjectSetInteger(chartId,"test",OBJPROP_SELECTED,true); ObjectSetInteger(chartId,"test",OBJPROP_COLOR,clrRed); ObjectSetInteger(chartId,"test",OBJPROP_WIDTH,2); }
I confirm, PlaySound returns false as if it hasn't found the sound file... It is a bug because the sound file is in the correct directory...
Please fix this bug asap, thanks
ccou :
I confirm, PlaySound returns false as if it hasn't found the sound file... It is a bug because the sound file is in the correct directory...
Please fix this bug asap, thanks
Today they promised to release a fixed update.

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
The MetaTrader 5 platform update will be released on Friday, February the 26th, 2021. The new version features the following changes:
Three new functions allow quick obtaining of data for statistical calculations and machine learning tasks, which can be implemented using a plethora of out-of-the-box Python libraries.
The Task Manager enables monitoring of resources consumed by the platform. You can view the amount of memory consumed by charts, CPU resources used by Expert Advisors and other performance metrics. If your platform performance slows down, you can easily detect and fix the problem.
Code optimization mode can be disabled in order to include more details in the profiling report. Code speed without optimization can be several times slower, but this mode provides a wider code coverage. Please note that with optimization code bottlenecks can be imprecise.
A milder profiling mode can be set by disabling the "Enable inlining in profiling".

The optimization management option has also been added to project settings.MQL5 profiler symbol: 'EURUSD'
MQL5 profiler period: 'H1'
MQL5 profiler date from: '2021.01.01'
MQL5 profiler date to: '2021.02.22'
MQL5 profiler ticks mode: 'every tick'
MQL5 profiler execution delay: 0 ms
MQL5 profiler deposit: 10000
MQL5 profiler currency: 'USD'
MQL5 profiler leverage: 1:100
MQL5 profiler profit in pips: NO
MQL5 profiler profile data received (4640 bytes)
MQL5 profiler 758 total measurements, 0/0 errors, 470 kb of stack memory analyzed
MQL5 profiler 7782 total function frames found (1929 mql5 code, 342 built-in, 1403 other, 4108 system)
The update will be available through the Live Update system.