As per my understanding, in the case of Bracket URL, there is no need of POST back url. As there will be nothing to do after the bracket order execution.
@sachinstlko09, It depends on your requirement. If you don't want postback then don't set it up. Please open a new thread for new queries. It might help others.
We don't have php example for placing bracket order.
You can check out java example.
Uncaught GeneralException (404) 'Route not found'
Why this error is coming? How can I resolve it.
"tradingsymbol" => "SBIN",
"exchange" => "NSE",
"quantity" => 1,
"transaction_type" => "BUY",
"order_type" => "LIMIT",
"product" => "MIS",
"price" => "252.38",
"squareoff_value" => "0.27",
"stoploss_value" =>"0.27",
"validity" => "DAY",
"variety" => "BO"
"variety" => "BO"
- wrong"variety" => "bo"
- correctIt depends on your requirement. If you don't want postback then don't set it up.
Please open a new thread for new queries. It might help others.