Multi time frame condition 5min with 1 min time frame

I want to create following condition on streak,

1)When 1 Min candle close is lower than close of last completed 5 min candle

  1. here 1min candle is immediate after last completed 5 min candle

My base time frame is 1 min

I tried using multi time frame completed function as below, but this doesn’t work properly.

Symbol (INDICES NIFTY BANK,
Close(0) lower than Multitime frame completed(5min,Close(0)))

Please help me to write this condition.