Quant Mashup - Alpaca API Algo Trading Landscape [Alpaca]In 2018, we wrote a blog post about the nine great tools for algo trading. At the time, the quant ecosystem had started to gain popularity among individual investors thanks to companies like Quantopian and Quantconnect making it easy to test and trade with algorithms. 9 Great Tools for Algorithmic(...) Concurrent Scalping Algo Using Async Python [Alpaca]One of the advantages of running automatic trading strategies is that you can quickly and consistently act on price action. Even if you have enough time to trade the same idea manually, you need to watch the market movement very closely and keep paying attention to multiple monitors. With(...) How a College Student Built a Slackbot to Execute Trades In a Day, Part 1 [Alpaca]Chinese tariffs. Tesla to 420. Trump tweets. With so much unpredictability in the markets these days, one short look away from the market could take a toll on your portfolio. Unfortunately, the market does not wait for people to get off work to become volatile. In fact, much of the volatility can(...) HFT-like Trading Algorithm in 300 Lines of Code You Can Run Now [Alpaca]Commission Free Trading API Trading with commission free API opened up many interesting ideas. Lots of people liked the idea of trading stocks using Google Spreadsheet, and some people have been building their own Slack integrations. You can even build a robo advisor that automates longer-term(...) Algorithmically Detecting (and Trading) Technical Chart Patterns with Python [Alpaca]Defining Technical Chart Patterns Programmatically Ever wondered how to programmatically define technical patterns in price data? At the fundamental level, technical patterns come from local minimum and maximum points in price. From there, the technical patterns may be defined by relative(...)