In this section, you will learn how the trading algorithm we are building interacts with the different actors in the trading arena. You will learn how to build a trading bot from scratch. Using the algorithm constructed in the previous sections, you will learn how to implement it, where to connect it, and how to handle it.
This section comprises the following chapters:
- Chapter 7, Building a Trading System in Python
- Chapter 8, Connecting to Trading Exchanges
- Chapter 9, Creating a Backtester in Python