Hi @k365,
I was first using KiteDotNet but since they are not sharing the code I have moved to KiteCore for which code is available.
https://github.com/apurvaChaudhari/KiteCore
I am able to login and even access my account details using this. Just set the API Key and Secret and call login method. It opens a browser and follow the login procedure. I am in US you can whatsapp call me on +1 6464786295. I have almost completed my front end application, now just need to start monitoring positions every 3 second.
Good luck developing your automation.
Thanks,
Ganesh
@k365 Both KiteDotNet and https://github.com/apurvaChaudhari/KiteCore are working perfectly fine for me. I have moved to https://github.com/apurvaChaudhari/KiteCore now since KiteDotNet code is not available but earlier when using it I had no probl…
@MadanGoyal and @rktheinvestor1 I was able to progress further on this although did not get any help on this forum.
1.What I am doing it writing my strategy in Amibroker.
2.I have a front end application to Login and get Accesstoken, Login can't b…
Thanks @sujith for confirming this. @k365 I don't think the third party has any intention of providing source code. So better we develop our own dll to access KiteAPIs. I am going to work on @chaudhariapurva provided KiteCore to add features that I …
@vivek
This is just code for sample referring to KiteDotNet.DLL, what I was asking is code for KiteDotNet so that we can change it as required based on individual needs,
Thanks,
Ganesh
@Kailash , @botany02
You mentioned that this is open sourced, where is the code? The community will not have to request minor things and updates if it is open sources.
Please release the code location.
Thanks,
Ganesh
Good Library @chaudhariapurva Thanks. I was able to use it and its working perfectly fine.
I noticed that it doesn't have many things implemented yet which are in KiteDotNet like Login Status, Login Response, Access Token Status, Instrument Downloa…
@botany02
I am getting an error.
KiteDotNet_x64 Doesnt have a strong name hence it is throwing error in Amibroker. I wanted to attach a screen shot of the error however not sure how to attach a screen shot. Here is the error message:
"An exceptio…
@botany02
Thanks, I will search GitHub and convert them to x64.
I have tested AmiBroker strategy so I am trying to develop an Amibroker Plug-in that can trigger Buy/Sell call as and when conditions met. This plug-in will use KiteDotNet to place/m…
@botany02
Now I am getting the same error for the other dependencies.
WebSocket4Net
Newtonsoft.Json
WebServ
These are also targeting x86 and need x64 version of these . Please share.
Thanks,
@botany02
The current KiteDotNet is targeting x86 Processor. I have AmiBroker 6.10 / x64 so this KiteDotNet is giving run time error. Do you have x64 targeted version of KiteDotNet (Or All version).
My development is stuck as I dont have KiteDotN…
Thanks @botany02 ,
I am able to download commodities data now. I noticed that the sequence is in reverse order. i.e. newest candle (tick) is the last in the array. Ideally the first element in array should be the latest tick data. Is there anyway …
@Kailash
It's resolved now, I guess the server was down in the night. I was able to start my subscription. I have 2 queries now.
How do I add data subscription?
How do I subscribe quotes for commodity? I tried subscribing to "CRUDEOIL" but I am…
Thanks @botany02
I am able to download now. I am implementing this with TA-Lib. I am looking at 5 minute interval data for past 30 days to as of current time to be passed to TA-Lib for performing trading system logic.I will seek help if I hit a ro…
@botany02
Thanks for the update, I was trying to take the latest update however I am getting access denied error. See the error below . Please suggest.
I got this error for the below url:
http://www.howutrade.in/docs/kitedotnet/html/KiteDotNet…
@botany02
That's unfortunate :-(, that was the primary feature I was looking for. Do you have any planned dates by when this will be implemented?
I really want to stick to .Net instead of Python but need to know how long the wait is going to be b…
@Kailash
I have installed the .Net Library and it looks good. I am able to establish connection however I don't see any option to get Historic data. The .net wrapper as functions is available for all the Kite APIs except Historical Data. Am I miss…