How to make an order for range breakout?

Suppose a current price of any script is 100 in a range and i want to trade when the range break but at the same time i cannot watch all the time… So i want to make a buy if it crosses 105 and i want to make a sell when it fall below 95.

How can i do this??

Hey @Viky

You can do this using SL or SL-M orders. For buying you can keep the trigger at 105, and once the trigger is hit your order will get executed at the next best offer. SImilary, if you place a sell SL order with the trigger at 95, once this is hit, your order will get executed at the next best bid.

One of the option is given by kshiteesh, only problem is once one is traded you have to manually cancel other.
Other option is to use sentinel and create alert so that once price reached any of your mentioned condition you will get alert as email and notification on kite web, soon we will give push notification on mobile also along with prefilled order form attached to trigger so that once alert is triggered with a single click you should able to place an order.
Check this