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 (Author)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2016.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • 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.