Tag: Automation

AWS Trading Part 2 - The Strategy
AWSCloud

AWS Trading Part 2 - The Strategy

The code and diagrams for the strategy can be found on github. AWS Trading Part 2 Youtube video is here. Introduction In part 1 youtube video link we covered the data pipeline portion of the AWS trading bot architecture. I demonstrated how to set up your AWS environment, including creating a simple dynamoDB database to hold our price and strategy data. Then we walked through the data pipeline code in detail including how to grab the data and populate our db with it. In this post we’ll cover t

READ MORE
New YouTube Series Launched: Building Your AWS Trading Data Pipeline!
AutomationCloud

New YouTube Series Launched: Building Your AWS Trading Data Pipeline!

I just published Part 1 of my new YouTube series, and I'm excited to share it with you all! After my recent post about automating trading strategies with AWS Cloud, many of you asked for a deeper dive into the technical implementation. Well, here it is! What's in Part 1? In this first video, we're tackling the foundation: configuring your AWS data pipeline and writing the Python code to make it all work. I walk through the exact steps I use in my own automated trading system, showing you how

READ MORE
How I Automated My Trading Strategy Using AWS Cloud for Free (Part 1)
EducationPython

How I Automated My Trading Strategy Using AWS Cloud for Free (Part 1)

This year I launched a strategy subscription service for a long-only ETF strategy developed in house. I learned a lot through this process but I made several mistakes that pushed me to learn new skills and improve the product offering. In this series I will discuss my initial mistakes, and how correcting them led me to automate the system using AWS cloud and how you can too. Mistake #1 First mistake was not considering automation in the beginning. I had the script, I ran it daily, used the s

READ MORE