. It will only be executed at the specified price or lower for a buy order

Hi i want it work like

For example if i bought 15 qty for 100 RS

now i want to buy 15 qty when price is 105

So can i buy it

its my strategy i don’t want to buy on low so how can i do it .

will this work as limit price

I only want to buy at specfic price those other qty

Hi @9q5ys0tjKs, To execute your strategy effectively, where you want to buy only at a specific price (e.g., 105) or higher, you should use a Stop Limit Buy Order. This allows you to set a stop price (105) at which the order gets triggered and a limit price (e.g., 106) within which it will execute. This ensures that you do not buy at a lower price (like 100) but only at 105 or slightly higher, based on market conditions. By using this approach, you can align your trades with your strategy and ensure precise execution at your desired price range.

Hope this helps.

Thanks for msg i will try and see if it works