Algorithmic trading, or automated trading, works with a program that contains a set of instructions for trading purposes. Compared to a human trader, this trade can generate profits and losses at a higher speed. In this chapter, this will be your first time being exposed to trading automation. We will walk you through the different steps to implement your first trading robot. You will learn the trading world and the technical trading components behind it. We will also go into detail about the tools that you will use and, by the end of this chapter, you will be capable of coding your first native trading strategy in Python. We will cover the following topics in this chapter:
- Why are we trading?
- Introducing algorithm trading and automation

本文介绍了算法交易的基础,包括现代交易组件、自动化交易的重要性以及如何实施首个交易机器人。通过Python实现了一个简单的低买高卖策略,并讨论了交易策略的回测。内容涵盖市场供需原理、资产类别、市场板块、交易工具和环境设置。
订阅专栏 解锁全文
5万+

被折叠的 条评论
为什么被折叠?



