This is a summary of links featured on Quantocracy on Sunday, 04/09/2017. To see our most recent links, visit the Quant Mashup. Read on readers!
-
Pop or Drop part 1: Stock Behavior After Big Moves [Throwing Good Money]When stocks are moving gently from one day to the next, there is often no discernible pattern. However when they start rockin' and rollin' one direction or the other, they show certain similarities. I'm always curious how stocks behave when they show a significant drop, or when they pop upward unexpectedly. I ran some simple statistics and noticed a couple of things. The Drop First,
-
Visualizing Data with Python [Build Alpha]In this post I will go over a few different ways to manipulate price data to create visuals to aid in the investing and trading research process. I have attached a ten minute YouTube video that has explanations, etc. However, this post also attempts to briefly walk you through the Python code. First, we will use some Python code to download some free data from the Yahoo Finance API. The code below