Suppose we have an algorithm set to minute resolution by default but that consolidates to 5-minute bars and, through a series of trade-entry logical statements, we determine an entry point for our long trade that is slightly above the high of the most recent 5-minute bar. If we set the entry level accordingly, will it execute once the next 5-minute bar consolidates or will it execute on the default 1-minute resolution? The goal on my end is to have it execute on the 1-minute resolution against the 5-minute bar. 

Author