Date and time
-
I can show date and time in a "Comment on chart (low level)" block by using:
[code=mql4]TimeToStr(TimeCurrent(),TIME_DATE|TIME_MINUTES|TIME_SECONDS)[/code]
However, this won't work if I wish to use the "Comment on chart" block. I tried placing the above line in the "value numeric" field.
How can I show date and time using the "Comment on chart" block? It is simply a matter of convenience to save typing out stuff!

-
Try Comment on chart (low level)
-
Er... as I said, "I can show date and time in a "Comment on chart (low level)""...

So I know that works!

But I just wondered why I couldn't get this to work in a"Comment on chart" block?
-
Because there is nothing for "Time" in Condition, but you can try to put this function in Value (numeric)... I think it's possible to
work. -
I'm really sorry about this. I think I haven't explained myself well enough.
I actually did as you suggested; I inserted the statement into the Value (numeric) field, but that didn't work.
