The compiler will not evaluate TimeToString at compile time.
#property description "BUILD: " #property description (string)__DATETIME__

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
Is it possible to show the program build date as a property description (line at Common tab of my indicator)?
I tried this:
...but I get "constant expected" build error at the third line of above code.
Any workaround?