zerodha-algo-trading icon indicating copy to clipboard operation
zerodha-algo-trading copied to clipboard

A codebase to connect zerodha connect along with algo trading library to use power of algo trading with zerodha

Results 8 zerodha-algo-trading issues
Sort by recently updated
recently updated
newest added

Could you add documents to use in real time

https://github.com/anandaanv/zerodha-algo-trading/blob/a8e0a4d7a2debd91c4791f338dbd1dc076ffa09b/src/main/resources/application.properties#L19

Just a suggestion. One codebase for web, android, ios. People will mostly use such a service over a large screen on desktop/laptop browser, so webapp is a must. Mobile apps...

Ability to provide the option scripts as PEITM1, PEITM2, PEITM3 where PEITM1 is PutInTheMoneyNearest1, PEITM2 is PutInTheMoneyNearest2 and so on. This will make the strategy builders not to rely on...

strategy
deferred

Create a nightky job to pull the data for all stocks in the watchlist.

historical-data
deferred

While currently we have all the data fetched for 2 years, its really difficult to read it and run a strategy for even a small change. Take it to some...

backtest
deferred

Current DataLoader loads NFO data for only current month. say e.g. If you take INFY, there can be many option series expring every month say current price is 700, then...

datafeed
deferred