Wanted in between function

Hi,

I wanted to use in between function.

Eg: My trigger should be fired when the price is in between 100 - 110. How do I write this ?

Currently I am using below one:
LastTradedPrice(‘NSE:MARICO’)> 341 && LastTradedPrice(‘NSE:MARICO’)< 343 && Day()==10 && Hour()>=10

I already told you in your previous post, this should work, just test it in live market. There is no need to add any more conditions.

This will work in Live market, but is there any between function as we have in SQL ?