This video is an extension on the first video on moving averages where we took a look at a crossover strategy.
In this one we are using techniques such as vectorization and trying to find the optimal pair of SMAs.

0:00 - 01:09 Introduction
01:09 - 01:48 Pulling price data
01:48 - 06:36 Function implementing the strategy (Vectorization)
06:36 - 09:22 Function calculating performance
09:22 - 11:22 Visualizing the strategy
11:22 - 15:04 Optimization: Find the best pair of SMAs for an asset
15:04 - 18:45 Wrapping the optimization in a reproducible function
18:45 - 20:20 Playing around with some assets
         
#python  

 Simple Moving Averages & Optimization - Algorithmic Trading in Python
8.70 GEEK