I’m not giving away my strategy. Please stop sending me messages on chat platforms. Please build your own strategies. This is one thing I strongly recommend you become atmanirbhar #optiontrading#banknifty
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
8. Log everything in a log file. 9. All positions and PNL are logged every minute to the Dynamodb database. (This helps to understand what happened through the day) 10. close all positions at 3.14pm - send PNL on telegram 11. upload all log files to AWS s3 for review.