
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
I noticed that if you declare similar to the following line in your program
You get the following warning message at the time of compilation
'' - date literal string is incomplete
However, the value is correctly assigned to the variable (which is today's date). I suggest either correct the text in your online book (visit https://book.mql4.com/basics/types#14) or enhance the compiler. I found a workaround this problem for now to avoid the warning message. Here is how I do it.
It does the job without any errors or warning messages.