Need in between function

Hi,

I want my trigger to fire if the price is in between 100 - 110.

Currently I am using below which is bit confusing, if there is in between function. Please let me know.

LastTradedPrice(‘NSE:MARICO’)> 341 && LastTradedPrice(‘NSE:MARICO’)< 343 && Day()==10 && Hour()>=10

Don’t think there is any need to add anything more. This should work, maybe test it when markets are open.