Kanhai Chhugani 🇮🇳 Profile picture
A technology enthusiast. Managing Director at @easyhrworld. Loves coding and enjoys to talk about technology. Loves apple products. @geetakchhugani ’s husband
Jul 3, 2021 5 tweets 2 min read
How I have automated my #algotrading and spend less than ₹10 to execute it monthly. This is running on #AWS

Thread 👇

1. use Python to execute the #algo
2. commit the #algo files in a git repo - I use GitHub (you can use anything else) 3. Use AWS Lambda to start and stop the AWS ec2 small instance (I will switch to AWS Fargate later)
4. Pull the latest code from git.
5. Server starts at 9am - auto-login
6. starts data service by 9.15am and start collecting data for signal generation
7. Wait for Signal