I have a condition that checks the MACD Histogram on a higher timeframe whether that be 30 minutes, 1 hour, etc...
And then if that condition is met, to either enter into a long or short 1 chart bar past that timeframe.
So, for example it would enter into a trade at 14:05, 15:05
or
14:35, 15:35
I spoke with another representative that suggested creating a variable that added minutes to a Times function of the higher timeframe and only activating the trade if that exact time is met but this stopped any trades from occurring.

Comment