☰
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
Do we get a notification alert after my limit order get executed through websocket/api?
by
Imran
·
November 2021
Hello @rsamikan
how to place target order of SL order.
by
Imran
·
November 2021
see this link .. https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.place_order
Margin - Can we get margins for multiple instruments in one call?
by
SRIJAN
·
October 2021
https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.basket_order_margins
Historical data of Spot Price of Indices
by
sujith
·
October 2021
You can use this API.
kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
by
sujith
·
October 2021
@pat11,
Invalid Token for Historical API
by
sujith
·
September 2021
You can initialize kiteconnect with debug flag true. You can check out the documentation here.
Websocket connection timeout sporadic blocking?
by
rakeshr
·
September 2021
Its just my main program where I am doing some calculation
ConnectionResetError 104 connection reset by peer
by
sujith
·
September 2021
Are you blocking the main thread that is receiving the ticks?
How to fetch the "Available margin"?
by
sujith
·
September 2021
You can send a proper segment and check the values.\
Web socket connected, not returning any data
by
rakeshr
·
September 2021
tdf was getting indexed later than its index was referenced
Socket returning streaming data while market is closed
by
rakeshr
·
August 2021
Have not compared if its the identical data thats being repeated..during closed market, on_ticks shouldn't return anything.. or at best the last data once only?
How to Close Web Socket?
by
rakeshr
·
August 2021
For python client, you can use stop callback to disconnect the WebSocket connection.
place_order returning some order_id class object
by
rakeshr
·
August 2021
Yes, it returns an order_id. You can check the python doc here.
how close connection cleanly after kites intraday market hours let's say after 3:15pm
by
sujith
·
August 2021
You need to call unsubscribe for the already subscribed tokens and then call stop.
how do i differentiate between Limit and Market orders.
by
vipin0761
·
August 2021
#kite
= KiteConnect(api_key=primary_user.get_api_key())
unable to download data - timeout all the time
by
rakeshr
·
August 2021
kite.historical_data(128028676, '2016-1-1', '2016-3-31', '15minute, 0, 1)
Websocket Error - ReactorNotRestartable
by
rakeshr
·
July 2021
how to close connection from my end? (call on_close, if i want to close connection after my strategy completed).
Websocket Error - ReactorNotRestartable
by
rakeshr
·
July 2021
def on_ticks(ws, ticks):
on_order_update not working over websocket
by
vipin0761
·
July 2021
#kite
= KiteConnect(api_key=primary_user.get_api_key())
kiteconnect.exceptions.InputException: 'quantity' should be multiple of 75
by
sujith
·
June 2021
You can set debug flag true here.
Previous
Next