Preface
Algorithmic trading is the art of using statistical models, programming, and math to trade financial assets. With the vast volumes of data available in today’s markets, it is essential to have powerful tools at your disposal to remain competitive. In Python for Algorithmic Trading Cookbook, you’ll get code to design, backtest, and deploy your own algorithmic trading strategies with Python. Python is not only accessible and easy to learn, but also boasts thousands of powerful libraries that can help you implement sophisticated trading strategies.
Many resources available today cover basic trading strategies largely focused on technical analysis. Unfortunately, these strategies often fail over the long run. This book aims to bring professional ...