Build an automated currency trading bot from scratch with java. In this book, you will learn about the nitty-gritty of automated trading and have a closer look at Java, the Spring Framework, event-driven programming, and other open source APIs, notably Google's Guava API. And of course, development will all be test-driven with unit testing coverage.
The central theme of
Building Trading Bots Using Java
is to create a framework that can facilitate automated trading on most of the brokerage platforms, with minimum changes. At the end of the journey, you will have a working trading bot, with a sample implementation using the OANDA REST API, which is free to use.
What You'll Learn- Find out about trading bots
- Discover the details of tradeable instruments and apply bots to them
- Track and use market data events
- Place orders and trades
- Work with trade/order and account events
Who This Book Is For
Experienced programmers new to bots and other algorithmic trading and finance techniques.
This book will take you on an exciting journey of building an automated currency trading bot from scratch. On this journey, you will learn not only about the nitty-gritty of automated trading, but with the help of numerous code samples, have a closer look at Java, Spring Framework, Event Driven programming and other open source APIs, notably Google's Guava API.And of course, it will all be test driven with unit testing coverage. The central theme of the book is to aim to create a framework which can facilitate automated trading on most of the brokerage platforms, with minimum changes.At the end of the journey, we should have a working trading bot, with a sample implementation using the OANDA REST API, which is free to use. Over the course of this book, you will learn the following:What is a trading botWhat are trade-able instruments and how to apply bots to themHow to track and use market data eventsHow to place orders and tradesHow to work with trade/order and account events