☰
Login
Signup
Home
›
PHP client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
August 2022
gurpalgwebs
August 2022
SRIJAN
CNC order with target
gurpalgwebs
August 2022
in
PHP client
Hi Team,
How I can place CNC order with my target value?
Tagged:
php
Delivery
cnc market
SRIJAN
August 2022
After buying the instrument,you can place a gtt order:
https://kite.trade/docs/connect/v3/gtt/
gurpalgwebs
August 2022
Thanks
@SRIJAN
How can I pass my last order id with GTT? I only want to sell those stocks which was purchased today not those which are in my holdings.
SRIJAN
August 2022
edited August 2022
You can't use order IDs in the place orders/gtt APIs.
If you want to trade intraday,then you should use MIS product,not CNC.
And then you shouldn't place gtt, just place a limit order like you would do on Kite app/web.
The KiteConnect APIs just do what Kite does ,nothing extra.
So,all the things work the same as on Kite.
gurpalgwebs
August 2022
Ok thank you for quick response.
This discussion has been closed.
https://kite.trade/docs/connect/v3/gtt/
How can I pass my last order id with GTT? I only want to sell those stocks which was purchased today not those which are in my holdings.
If you want to trade intraday,then you should use MIS product,not CNC.
And then you shouldn't place gtt, just place a limit order like you would do on Kite app/web.
The KiteConnect APIs just do what Kite does ,nothing extra.
So,all the things work the same as on Kite.