Any suggestion , I want to deploy my algo on cloud
It depends on the type of trading and the type of cloud service you are considering. For example, there are certain Indian brokers who have their own APIs to support algorithmic trading. Technically speaking, these will be cloud based. But there can be limitations on the services offered. Interactive Brokers offers algorithmic trading as well, through their API or third party framework like IBridgePy.
Hope this helps.
Thank you. Lets assume i am using Zerodha API . I want to using this for Day trading and keeping trade book. I want to know what are the option to automate this on cloud and what are the services i can use on AWS for Example.
Hello Anil,
It will be difficult to answer this question in a straightforward manner. Using a cloud, and AWS for example makes sense when you are not sure of the processing power of your local system or the internet connection. A cloud based server in that sense, would be more consistent.
You can browse through the Zerodha kite forum for detailed advise. There is this interesting topic discussion where users debate local system versus cloud.
In this case, you can check with their community on how to deploy an algorithm on the cloud.
Thanks.