Building Trading Bots Using Java

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 prog...

Full description

Bibliographic Details
Main Author: Varshney, Shekhar
Format: eBook
Language:English
Published: Berkeley, CA Apress 2016, 2016
Edition:1st ed. 2016
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02397nmm a2200313 u 4500
001 EB001855077
003 EBX01000000000000001019379
005 00000000000000.0
007 cr|||||||||||||||||||||
008 181201 ||| eng
020 |a 9781484225202 
100 1 |a Varshney, Shekhar 
245 0 0 |a Building Trading Bots Using Java  |h Elektronische Ressource  |c by Shekhar Varshney 
250 |a 1st ed. 2016 
260 |a Berkeley, CA  |b Apress  |c 2016, 2016 
300 |a XIII, 281 p. 61 illus  |b online resource 
505 0 |a 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 
653 |a Capital market 
653 |a Artificial Intelligence 
653 |a Java 
653 |a Artificial intelligence 
653 |a Java (Computer program language) 
653 |a Capital Markets 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-2520-2 
856 4 0 |u https://doi.org/10.1007/978-1-4842-2520-2?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.133 
520 |a 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 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