It looks like you're new here. If you want to get involved, click one of these buttons!
$o = $kite->placeGTT([
"trigger_type" => "single",
"exchange" => "NSE",
"tradingsymbol" => "TATAMOTORS",
"trigger_values" => array(95),
"last_price" => 105.5,
"orders" => array([
"transaction_type" => "BUY",
"quantity" => 1,
"product" => "CNC",
"order_type" => "LIMIT",
"price" => 96.5
])
]);
so pls give solution for this issue....(error in "invalid condition param")
We are looking at this. Will update here.