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
Oh, those Russian hackers.... Well, why stop all the experts when you're a little screwed?
By the way, you also have a bug. Static doesn't work.
By the way, you also have a bug. Static doesn't work.
I did not see an error here
Forum on trading, automated trading systems and testing trading strategies.
Questions from beginners MQL5 MT5 MetaTrader 5
fxsaber, 2018.08.02 17:09
HI If you restart the terminal, you may sometimes encounter (MT5 build 1881) that it hangs in processes. You can overcome this by forcibly removing the corresponding terminal64.exe process and deleting MetaTrader 5\Bases\Custom\history\Timer\*.hcc.
In the article the author has highlighted in great detail the nuances of the results of this library. I recommend to read it.
MT4 happens to be missing a lot more than FileSave and FileLoad (which are written in 3 lines each):
In my project, I solved it this way (with the "name" tag):
Where SubstringParser has this code:
I.e. save the chart template, read it, parse it and find the name of the Expert Advisor. It's still a crutch, but it works well so far (for about a couple of months). I think that if you use a regular HDD, you should not do this too often (for example, on every tick). I hope CHART_EXPERT_NAME will appear in MQL4 someday .
Will there be a new version with support for running scripts?
Doesthis example not work?
This example doesn't work?
It is not very similar to my use case. The main question about the example is what happens if the name of the music file is specified in a script parameter, instead of throwing it through global variables? I can send you my project in a private message.
It is not very similar to my use case. The main question about the example is what happens if the name of the music file is specified in a script parameter instead of being thrown through global variables?
I don't remember the reason at all, but the option with an input parameter is immediately suggested. Since the example is so twisted, it must be a limitation of MT5.