New MetaTrader 5 platform build 2650: Background chart loading and MQL5 code profiler improvements - page 2
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
Hi Sergey,
in previous post i reported a bug. Can you tell me where (thread or anywhere) i can report bug or issue?
I can see service desk is not used for such things. So where?
Hi Sergey,
in previous post i reported a bug. Can you tell me where (thread or anywhere) i can report bug or issue?
I can see service desk is not used for such things. So where?
Use this thread in Russian forum https://www.mql5.com/ru/forum/352980/page14
Please note the following:
Use this thread in Russian forum https://www.mql5.com/ru/forum/352980/page14
Please note the following:
Ok, it's clear.
Thanks a lot.
Forum on trading, automated trading systems and testing trading strategies
New Version of MetaTrader 5 Build 2650: Background Chart Loading and Improvements in MQL5 Profiler
Renat Fatkhullin , 2020.10.21 21:30
A bug in StringReplace was fixed in beta 2660.
Please update.
Hi,
I still see memory problems arising when my optimiser has to do a lot of passes; There are improvements made, but these problems still remain.
My PC has a AMD Ryzen 9 3900x core with 32 GB RAM and very fast SSD. When the memory problems arise, I have to restart MT5 and than I can continue with the optimising.
Second: why do the functions "TimeDaylightSavings()" and "TimeGMTOffset()" don't work in the strategy-tester ?
Can't the Frankfurt, UK and US opening times (and other markets) be integrated somehow in metatrader 5 ?
Regards,
Danny
...Is it just me, and if not, can it be fixed?
Anonymous3 Geek :
Tester Bug. TesterHideIndicator() declared in a compiled indicator blocks an EA that loads it using iCustom, from showing other loaded indicator handles.
First of all, check if you are doing everything correctly:
Forum on trading, automated trading systems and testing trading strategies
Errors, bugs, questions
Slava , 2020.11.02 15:41
TesterHideIndicator sets the tester the visibility flag of the indicators that are created after.
It does not change the visibility flag of the indicators created earlier.
Can be checked by the following expert
In the visualizer and on the chart opened after a simple test, the MACD indicator is not visible, the Moving Average is visible
That is, it works as intended
First of all, check if you are doing everything correctly: