TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Resources for HFT?

1 pointsby pontusover 4 years ago
High frequency trading (or more broadly systematic trading) is a notoriously secretive field, but one that I&#x27;m trying to learn more about (specifically the quant side). I suspect that there are some decent resources out there (either books, notes, articles, reading lists, message boards, videos, ...), but as a non-practitioner it&#x27;s hard to judge the quality of them.<p>What are some good resources?

1 comment

ncrmroover 4 years ago
I’m the type of person that learns much better doing.<p>I’ve been working on a celery task queue that gets stock historicals, loads in postgres.<p>The idea is then to use backtrader and load the historicals from pandas&#x2F;postgres. This will allow you to test your algos.<p>Would love to work on this with someone.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mementum&#x2F;backtrader" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mementum&#x2F;backtrader</a>