At present, the bar handler for 60 minutes will trigger at 10 AM, 11 AM, 12 PM and so on. Is there a way to specify the bar handler to trigger at 10:30 AM, 11:30 AM and so on?

In other words, is there a way to specify the boundary of the time as well as the duration of the time?

 

I looked around in the documentation, but could not find anything. I thought I will schedule an event, but then I will not have the high,low information. The only other way that I can see out of this is to have a 30 minute bar handler and then construct the high and low myself.

 

But I hope there is an elegant way to do this within the existing code.

 

Thank you for any inputs

Author