☰
Login
Signup
Home
›
Search
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Is it possible to exit position just using kite.postions() ?
by
rakeshr
·
July 2021
I have to go through kite.orders() , and fetch order_id of that position?
How to code in Python to raise the stop level once when the p&l crosses above the quantity?
by
Benthomas
·
February 2021
#Exit
the position when the pnl less than the predetermined level
Square off open position when PnL falls below -1000
by
sujith
·
January 2021
@Benthomas,
Exit position
by
rakeshr
·
August 2019
@jeevansevar
How to exit multiple Cover Order
by
sabyasm
·
September 2016
https://kite.trade/docs/connect/v1/
#exit
ing-holdings-and-positions There are no special API calls for exiting instruments from holdings and positions portfolios. The way to do it is to place an opposi
Next