Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Resources for Learning Algorithm Design?

Hey everyone,

I am looking for some good resources for algorithm design. Coming from a computer engineering background, I have had a decent exposure to programming and mathematics. However, I am looking for more specific material for picking up algorithmic trading. Any help is appreciated!

Best Regards,
Justin

4 responses

Hey Justin,

You may like to check out Ernie Chan's book, which provides an introduction to algorithmic trading. On Quantopian's blog, you can find an overview of basic trading algorithms. For general resources on the design and analysis of algorithms in computer science, you can find two great resources here and here.

Ryan

Wow, that's awesome! Thanks for the links Ryan!

Justin

Hello Justin,

Pardo's book here is very good.

P.

Thanks for the recommendation Peter. I will take a look at this book. Is there a recommended way to review this material? In other words, should I try implementing the different algorithms as I see them, or do I just go through the book and attempt to understand what is happening?

Justin