@edmundtan Those blocks do not work because they are connected below the 'once per bar' block. This means they will be tried to be executes just once every time a new bar is created. You should connect them separatedly after the 'once per bar' structure. Then those ticks will be skipped beceause thay are on the 'on tick' tab.
E