Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learn Algorithmic Trading

You're reading from  Learn Algorithmic Trading

Product type Book
Published in Nov 2019
Publisher Packt
ISBN-13 9781789348347
Pages 394 pages
Edition 1st Edition
Languages
Authors (2):
Sebastien Donadio Sebastien Donadio
Profile icon Sebastien Donadio
Sourav Ghosh Sourav Ghosh
Profile icon Sourav Ghosh
View More author details

Table of Contents (16) Chapters

Title Page
Copyright and Credits About Packt Contributors Preface 1. Algorithmic Trading Fundamentals 2. Deciphering the Markets with Technical Analysis 3. Predicting the Markets with Basic Machine Learning 4. Classical Trading Strategies Driven by Human Intuition 5. Sophisticated Algorithmic Strategies 6. Managing the Risk of Algorithmic Strategies 7. Building a Trading System in Python 8. Connecting to Trading Exchanges 9. Creating a Backtester in Python 10. Adapting to Market Participants and Conditions 1. Other Books You May Enjoy

Reviewing the Communication API

Network protocols define the rules of communication between machines. They define how these machines will be recognized on the network and how they will interact. In trading finance, we use the UDP and TCP over the IP protocol. Additionally, we use a software protocol that will define how to communicate with an order and get a price update. The Communication API will set the rules of communication at the software level. The Communication API is given by the entity that you would like to trade with. This document contains all the messages that you will use to receive prices and send orders.

You can find examples of trading API documents at https://en.wikipedia.org/wiki/List_of_electronic_trading_protocols.

Before diving into the trading API, we will need to explain the basics of networking.

...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}