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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress : Imprint: Apress,
2016.
|
Edición: | 1st ed. 2016. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- 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.