Skip to content

Commit

Permalink
2nd edition announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Aug 12, 2019
1 parent be96e0c commit b01c47c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
@@ -1,6 +1,8 @@
# Machine Learning for Algorithmic Trading using Python
# Machine Learning for Algorithmic Trading - 1st Edition

This book provides a comprehensive introduction to how ML can add value to algorithmic trading strategies. It was [published](https://www.amazon.com/Hands-Machine-Learning-Algorithmic-Trading-ebook/dp/B07JLFH7C5/ref=sr_1_2?ie=UTF8&qid=1548455634&sr=8-2&keywords=machine+learning+algorithmic+trading) in January 2019 by [Stefan Jansen](https://www.linkedin.com/in/applied-ai/).
This book provides a comprehensive introduction to how ML can add value to trading strategies. It was [published](https://www.amazon.com/Hands-Machine-Learning-Algorithmic-Trading-ebook/dp/B07JLFH7C5/ref=sr_1_2?ie=UTF8&qid=1548455634&sr=8-2&keywords=machine+learning+algorithmic+trading) in January 2019 by [Stefan Jansen](https://www.linkedin.com/in/applied-ai/).

**Update**: I've started working on the **second edition** that will add more end-to-end backtesting examples using zipline to complement the current illustrations how to generate signals using ML models. This should hopefully become available around the end of this year.

The book provides a comprehensive introduction on how to use ML to add value to trading strategies. It is organized in four parts that cover different aspects of the data sourcing and strategy development process, as well as different solutions to various ML challenges.

Expand Down

5 comments on commit b01c47c

@zhaofinance
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @stefan-jansen, When will your second editon book release ? I am always waiting for it :)

@stefan-jansen
Copy link
Owner Author

@stefan-jansen stefan-jansen commented on b01c47c Dec 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @zhaofinance, glad to hear! I'm working on it, just finishing a new chapter on backtesting. The release is scheduled for late March/early April. Anything, in particular, you'd like to see changed or added in the 2nd edition?

@zhaofinance
Copy link

@zhaofinance zhaofinance commented on b01c47c Dec 5, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stefan-jansen
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ML & zipline is exactly what I'm working on right now. I'll probably start pushing some of the new code to a new branch so you'll probably get it sooner!
When you say Big Data, what are your thinking about? Like Spark or Dask or anything else?

@zhaofinance
Copy link

@zhaofinance zhaofinance commented on b01c47c Dec 5, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.