Auto Trading With Zerodha

#12
@ saurabh. Thanks for php code

Also a small code where you can Stream/read scripts values will be good.

I also have 1 concern. If I wish to track 20 scripts. lets say I wish to track the option values of 20 scripts. I wish to read them continuosly. Would I have to open 20 handles or I will get them in 1 query.
Hi,

As of now they have streaming api for getting live quotes of as many scrips as you wish. But i am not sure how to use their streaming api. i need to look into that. It works on websocket

But otherwise, you can have 20 different handles as u mentioned to get 20 stock options values.

keep sharing ur views if u succeed.
 
#15
#16
Hey are you using PHP itself for implementing your strategy in server or other language? What techincal analysis library you use for PHP? If possible can you share a simple code(with or without zerodha api) for MA crossover buy/sell in php
Good suugestion. I will check if PHP has some stock APIs.
Currently, i have written my own method to calculate based on formulas.
Yes, i have done my algo programming on php code.
 

trader21

Active Member
#18
Can I have access to the API documentation please.....

They have not shared enough info... and what you shared is inadequate to shift my strategies to zerodha :down:

Please PM me if you can...
 
#20
Hi guys,

I am using Zerodha's auto trading API.

I can successfully place the orders in my zerodha account.

You would need the following things to do so.

1. An account with Zerodha.
2. An active API programming / developer account. (costs 2000 rs per month)
3. An https connection to your website or local machine. (i am using https connection to my web server.

I am leaving next 1-3 post blank to update the code in detail how to do so.
I will update the same in next few hours/days.

I would try to help answer your queries here if any related to programming for Zerodha Auto Trading.

I have tried to explain in best way i can about the process in the below posts. The process might look little complex at beginning, but once you are used to it, you will find it simple.
So decide your strategy, start placing order directly and automatically into your zerodha account.

And If you would like to open Zerodha account, enter your details in the below form and someone from Zerodha would call to assist you.
Zerodha Form

Direct Form Downloads

Youtube video to help you open your Zerodha account.
https://www.youtube.com/watch?v=yEqz0ak6eJs
hi sir thanks for good information thanks a lot