Hi Team,
I have been getting this error Constantly, whenever I am trying to place Bracket Order.
Error: 'Got exception in place_order as {‘status’: ‘failure’, ‘remarks’: {‘error_code’: ‘DH-906’, ‘error_type’: ‘Order_Error’, ‘error_message’: ‘Transactions Fails.’}, ‘data’: ‘’}
I am using Tradehull Library.
Querry Command :
bo_orderid = tsl.order_placement(tradingsymbol = ‘NIFTY 16 DEC 25500 PUT’, exchange = ‘NFO’, quantity = 75, price = 38, trigger_price = 37, order_type = ‘LIMIT’, transaction_type = ‘BUY’, trade_type = ‘BO’, bo_profit_value=5, bo_stop_loss_Value=5)
