Building Trading Bots Using Java
Autor Shekhar Varshneyen Limba Engleză Paperback – 8 dec 2016
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.
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.
Preț: 456.95 lei
Preț vechi: 571.19 lei
-20% Nou
Puncte Express: 685
Preț estimativ în valută:
87.45€ • 92.26$ • 72.88£
87.45€ • 92.26$ • 72.88£
Carte tipărită la comandă
Livrare economică 02-16 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484225196
ISBN-10: 1484225198
Pagini: 375
Ilustrații: XIII, 281 p. 61 illus.
Dimensiuni: 155 x 235 x 16 mm
Greutate: 0.42 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484225198
Pagini: 375
Ilustrații: XIII, 281 p. 61 illus.
Dimensiuni: 155 x 235 x 16 mm
Greutate: 0.42 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Introduction to Trading Bot.- 2. Account Management.- 3. Tradeable Instruments.- 4. Event Streaming: Market Data Events.- 5. Historic Instrument Market Data.- 6. Placing Orders and Trades.- 7. Event Streaming: Trade/Order/Account Events.- 8. Integration with Twitter.- 9. Implementing Strategies.- 10. HeartBeating.- 11. Email Notifications.- 12. Configuration, Deployment and Running th Bot.- 13. Unit Testing.
Notă biografică
Shekhar Varshney is a freelance software developer based in Switzerland with over 19 years of development experience. He started his journey with IBM mainframes, correcting COBOL programs infected with the Y2K bug. At present, his main software development focus is building enterprise services based on SOA principles. He has a keen interest in software design and architecture. In his free time, he loves experimenting with new APIs and frameworks mostly in the Java ecosystem.
Textul de pe ultima copertă
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:
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 bot
- What are trade-able instruments and how to apply bots to them
- How to track and use market data events
- How to place orders and trades
- How to work with trade/order and account events
Caracteristici
Shows readers how to build an automated currency trading bot A first to market approach on bots for finance and trading using Java programming language Java is very popular language in enterprise and growing in use specifically in finance