I can see that there is a lot of interest in having this done, so I decided to do it. This is the description for the observationHour value that is in the EA.
// This value is the hour that the EA will look to for the highs and lows.
// This will have to be changed due to differing time zones.
// The times that the EA will be provided with are the time zone of your broker,
// not YOUR time zone where you live.
// Pending orders will be placed on the first or second minute of the hour after
// observation hour.
// It's default setting of 13 is in accordance with the strategy for time
// zone GMT; pending orders will be placed at 14:00 or 14:01.
// Example: If your broker is in EST time zone, the value would be 8.
I've run a couple of backtests and it seems to place all the trades according to sytem correctly. If anyone notices any bugs, please post and tell me about it.