Scheduled event

How to execute a trade at a certain time of day (e.g. 2pm PST)?

You could do something as simple as creating a cron job to execute a trade at that time.

If you want to do this in the cloud, AWS Lambda also supports a cron syntax:

https://docs.aws.amazon.com/lambda/latest/dg/services-cloudwatchevents-expressions.html