Is there a simple way of coding a time for an EA to start? Say I want the EA to start at 2:00 am everyday and stop 12 hours later. I can use the Sleep function to stop it, but I can't figure out how to start it. From what I've read it seems that all the date and time functions reference a base time of Jan 1, 1970. How do I tell my EA it's 2:30 am?