Yes, the question here was they were providing it earlier and abruptly ended. The above reason just din't seem to make adequate sense to stop what is useful if not outright necessary service (already in place) for Kite Developers. Why end a good thi…
Thank you Ganesh.
Can you pls elaborate more on the sub process part.My code has these main modules-getting the ticks from kite connect,evaluating certain parameters to check if positions should be added,calculate the mtm once the positions have be…
Hi ZI4453,
Every row of my excel file has the instrument ids and contract names of two stocks.Additionally,there are a fixed set of parameters and their values will vary for every row.I want to loop through the rows of this excel and create a s…
@sujith I tried to place an order using
response = requests.post("https://api.kite.trade/orders/regular", data=payload)
as given in link https://kite.trade/docs/connect/v1/#placing-orders
The same shows error however the other kite.order_place func…
@Kailash I downloaded KiteXL.xlsm from the link and ran the setup too. But when I login through excel, it does take me to kite login page but then shows HTTP500 error page (after I enter 2FA details) - "This error (HTTP 500 Internal Server Error) me…
@vivek @sujith I configured postback url using IronMQ but not receiving order status on the same. Could you please help where I may be doing wrong? URL = https://mq-aws-eu-west-1-1.iron.io/3/projects/589bbd904b2b3300078f66ec/queues/myQueue/webhook
@vivek could you comment on @fury1984's suggestions above. Amazon/Iron is better of solutions to go ahead with? What are the other effective free/low cost solution
@vishnus i can try that but what could be the possible issue in existing system? What are the above messages i am getting while running pip, are they pointing to an error?
@botany02 what exactly is Publisher type in create app option. The key and secret code generated from the same is sufficient to login even if not trade?
windows 8. And yes I did pip, I have pasted the result from running pip install kiteconnect in above post:
I tried both ways and then did import kiteconnect which gave "no module" error:
1) pip install connect in windows command prompt
2) below meth…
Hey this is what I am getting while installing kiteconnect.
>>> package_name ='kiteconnect'
>>> pip.main(['install',package_name])
Collecting kiteconnect
Using cached kiteconnect-3.4.1.tar.gz
[31mException:
Traceback (most recen…
Hey this is what I am getting while installing kiteconnect. Can you help with the error pls?
>>> package_name ='kiteconnect'
>>> pip.main(['install',package_name])
Collecting kiteconnect
Using cached kiteconnect-3.4.1.tar.gz
[31…
Hi , I still have very basic query. Any specific version of python to be installed? I downloaded the latest version (Python36 for windows 64-bit), did 'pip install kiteconnect' on windows command prompt and then after running 'from kiteconnect impor…