Thanks to anyone who can help guide. I have developed some python algo which i am currently running from my machine.
Starting to port this to AWS EC2 in mumbai. I am finding this process a bit daunting - linux or ubuntu or windows servers. I keep creating multiple instances and terminating them. How to install the python or kiteconnect in it... My code includes, fast api, lightweight charts etc apart from python. Anyone has some suggestions, I am not a technical person, but learnt to code over the last 2 months... If there is any guide for moving to AWS EC2
Thanks for the document. I missed logging in here for a week.
If intereseted, i went with windows for simplicity now. I will move to linux later. Its been a heavy week figuring out the nitty gritties, working with CPU credits and rewriting the codes in native python instead of pandas to work well here. Hopefully, I will be setup by end of this week
Interesting. Do you know the charges for a month for running in AWS EC2? Assume it is about running a EC2 instance from 9AM to 330PM IST for approximately 22 trading days. I am running currently on my laptop and would like to transfer this to AWS sometime next year.
I use a linux vm with 2 vcpus and 1gb ram in Mumbai region. If you have a new account it will be free for 1 year, else it will cost $4.1 / month (≈ ₹310)
move to Heroku. AWS is very hard to manage for a single project. If you add card you get 1000 hrs of CPU time per month for free usage which is more than enough
You may begin with basics here - https://aws.amazon.com/developers/getting-started/python/
Thanks for the document. I missed logging in here for a week.
If intereseted, i went with windows for simplicity now. I will move to linux later. Its been a heavy week figuring out the nitty gritties, working with CPU credits and rewriting the codes in native python instead of pandas to work well here. Hopefully, I will be setup by end of this week
crontab
certainly helps. Now I'm using it, but initially all was manual. However, logging into Kite will remain manual.It is mandatory by the exchange that a trader has to log in at least once a day. We don't recommend automating login.