AWS Trading Part 2 - The Strategy

AWS Trading Part 2 - The Strategy

In part 1 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 the strategy that we will be implementing.

Read More