Building Trading Bots Using Java (e-bog) af Varshney, Shekhar
Varshney, Shekhar (forfatter)

Building Trading Bots Using Java e-bog

509,93 DKK (inkl. moms 637,41 DKK)
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 Us...
E-bog 509,93 DKK
Forfattere Varshney, Shekhar (forfatter)
Forlag Apress
Udgivet 7 december 2016
Genrer Finance and the finance industry
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781484225202
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 LearnFind out about trading botsDiscover the details of tradeable instruments and apply bots to themTrack and use market data eventsPlace orders and tradesWork with trade/order and account eventsWho This Book Is ForExperienced programmers new to bots and other algorithmic trading and finance techniques.