I'm very new and trying to learn the ropes. I'm trying to have my algorithm run only during the first hour of the market being open. It seems that using the TimeRules function makes it run at a very specific time, say 10am. But what if I want it to rund from 9:45 to 10:45am? Is there a way to accomplish this? My profile says C# but I'm actually using python

Author