This is what should work, but who knows how you tried it... I don't. So, show me what you tried đŸ™‚ Normally each EA works on every tick. When a tick comes, some code runs. In the EA builder you put most blocks where... under "on Tick". This means that these blocks will run on every tick. There is a group of blocks to check the time, like "Time filter", "Hours filter" and other as well. So when such block runs, it will pass when the time is right (depending on it's settings)