Kite connect API

lemondew

Well-Known Member
#4
Not exactly you can get quotes and put order programatically based on your conditions. Putting a html5 button is just an option to trigger.

I initially thought that it was for algorithmic trading, but turns out it's a tool to embed trading buttons on your webpage/blog etc.

Is my understanding correct?
 
#7
Auto executing order = Auto trading.

Connect this with Amibroker and you are good to go.

Connect APIs are still evolving and even I am yet to place fully automated orders from Amibroker using connect APIs. But I will update once it is done.

Java and C++ is my first language so I am thinking of making a small desktop application which will place orders through zerodha(Connect API) and amibroker will trigger orders by using external object calls. This can be done.
Any updates?
 
#8
Logging mechanism is tricky. from desktop application.

They have released code for php, python etc but still java and c++ libraries are not available. Lets see. I am having watch on it. I will update it once done.
For Java/C++, there's always Interactive Brokers...
 

Raj232

Well-Known Member
#9
How about working on a piece of software which can place orders in Zerodha:
With or without Kite Connect API :)

KITE (FULL Automation) from Amibroker AFL generated signals:
1. Kite connects to Amibroker ver 6 via HTML5 technology for feeds
2. Amibroker has its own AFL (Amibroker Formula Language) generating buy/sell signals.
3. The Buy/Sell orders are placed into Zerodha's KITE automatically (web login would already be done) from Amibroker as and when signals are generated.
 

Similar threads