@admin Hello
Can you please give me an example code to place buy order, stop loss and sell order without using ROBO order type.
Thanks
@admin Hello
Can you please give me an example code to place buy order, stop loss and sell order without using ROBO order type.
Thanks
@admin Hello
Can you please give me an example code to place buy order, stop loss and sell order without using ROBO order type.
Thanks
My order rejected and showing this message
"bo is not allowed for this stock. Kindly place an order with a different product type."
I am using PHP SDK, Please help me
my order parameters are
$params=[
'variety' => 'ROBO',
'tradingsymbol' => $order['symbol'],
'symboltoken' => $order['token'],
'exchange' => 'NSE',
'transactiontype' => 'BUY',
'ordertype' => 'LIMIT',
'quantity' => $order['qnt'],
'producttype' => 'INTRADAY',
'price' => $order['price'],
'squareoff' => $order['squareoff'],
'stoploss' => $order['stoploss'],
'triggerprice'=>0,
'duration' => 'DAY'];