☰
Login
Signup
Home
›
Python 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
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
April 2020
rakeshr
April 2020
digitalronesh
April 2020
__name__
April 2020
sujith
Short selling - code style
digitalronesh
April 2020
in
Python client
hey anyone can help to do short selling in python
Tagged:
buy/sell
Auto Buy Sell Signals Provider.
sujith
April 2020
You can checkout API documentation
here
and python documentation
here
.
__name__
April 2020
Short selling like borrowing shares and selling it positionally is not poular in indian markets.
If you want to do intra day then place a MIS sell order and buy it later on the same day. For positional, you have to sell the futures of the stock.
digitalronesh
April 2020
Ok thank you
digitalronesh
April 2020
how i can do stoploss ?
rakeshr
April 2020
@digitalronesh
You need to place an order with
order_type
as SL
.You can
go through this article
to understand about SL order type.
digitalronesh
April 2020
can anyone give me a code ?
Sign In
or
Register
to comment.
If you want to do intra day then place a MIS sell order and buy it later on the same day. For positional, you have to sell the futures of the stock.
You need to place an order with
order_type
as SL.You can go through this article to understand about SL order type.