please guide me how to place BO order with trigger price when my levels are reached in python environment. Lets say stock A trading at 100, i would like to buy the stock in BO order when the price reaches 105, with target of 2 and stop loss 2. Can i mention trigger price of 105 in BO order? so that stock A comes to 105, my order ll be executed immediately at market price (buy) with target and stop loss of 2 both. please advise
Hi, You can check out java example to place bracket order of limit type entry. All the params remain except the order type will be SL and provide trigger price for it. The square-off, stop-loss, and trailing stop-loss values are to be provided in points. The minimum value for trailing stop-loss is 1.
You can check out java example to place bracket order of limit type entry. All the params remain except the order type will be SL and provide trigger price for it.
The square-off, stop-loss, and trailing stop-loss values are to be provided in points.
The minimum value for trailing stop-loss is 1.