☰
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
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.
`tag` in modify order is leading to error?
by
rakeshr
·
June 2021
You don't have to send exchange, tag, transaction_type, etc params to modify open pending order. You can check all required modify order params here.
NetworkException in kite.margins() call
by
rakeshr
·
June 2021
Is it continuously happening? If not, then you need to handle this network time-out exception at your end and make the same request again with a few ms delay.
Unable to place GTT order
by
sujith
·
June 2021
@Ajan,
How to get Open interest of FNO Instrument using C#?
by
sujith
·
May 2021
@sumedhds,
Square off Position once reach set target in Net P&L Total
by
sujith
·
May 2021
One needs to place an order with the opposite transaction type for the same quantity and product type to exit an MIS/CNC/NRML position.
error placing order
by
rakeshr
·
April 2021
this is giving error TypeError: place_order() missing 1 required positional argument: 'variety'
Place orders at 9.15am and cancel or exit them at 3.00pm
by
sujith
·
April 2021
For placing an order it is straightforward, you can use this method.
Complete list of instrument tokens of NSE and BSE
by
rakeshr
·
April 2021
You can use instruments API to fetch the complete instrument list. Refer to the documentation here.
Unable to cancel orders
by
rakeshr
·
April 2021
While sl order is triggered, target order must be cancelled and vice versa.
web socket dynamic subscription
by
sujith
·
March 2021
@kumar_krishnan,
kiteconnect.exceptions.TokenException: Token is invalid or has expired.
by
sujith
·
March 2021
You can run pykiteconnect in debug mode and see that response status code.
Error while fetching open interest data from historical API.
by
rakeshr
·
March 2021
Also it is referring to oi as a keyword argument which I believe it is not
Previous
Next