trading repos on github

navin25
Hello,

I have been working on creating an algo for trading for more than a year now. Got some one method and created a python code for execution with zerodha kite. It works for my requirements for now. The method was backtested on options data from NSE.
In coming future, I want to improve the code for-

1. Error handling, email/mobile-app notification for the same
2. Handle any quantity by considering the exchange limits 
3. Check open positions to take decisions
4. Extend code to handle multiple instruments within one code, right now it handles one (thinking of making classes in current python)
5. Websocket for some instruments and access that data as OHLC for designated time period

For all the above tasks, i have some ideas on how to do it but it would be great to have some head-start from someone experienced.

It would be really helpful for me. Otherwise you can point me towards some GitHub repos which already do it. I can study those.
Sign In or Register to comment.