How to show computer time ?

 

Hello

I want to show the computer time (my local standard time) in chart window. if somebody know please advice me how to code it.

million thanks

mithetnme

 
u can use objects for TimeLocal()
 
int start(){
   Comment( "Local time: ", TimeToStr(LocalTime(), TIME_DATE|TIME_MINUTES) );
   :
Reason: