Live data from Hacker News

Ask HN: How to get into quantitative trading?

news.ycombinator.com

1–10 of 85 posts

Ask HN: How to get into quantitative trading?

#1
I used to be a dev at a quantitative trading shop a few years ago but I lost touch with the trading and programming world for a few years. I'm trying to get back into this and would like to create a system to automate my trading for my personal account. I'd also like to have a backtesting platform. Are there are any resources for this?

Re: Ask HN: How to get into quantitative trading?

#5
I was wondering the same thing last year.

I ended up in twitter/reddit rabbit holes until I found a somewhat dodgy guy on twitter (@TerribleQuant - account is now deleted).

The person compiled a guide with study resources, courses, YT videos, podcasts, textbooks and everything else you can think of in 21 pages.

If you look for: BBM PUBLISHING INC “Roadmap” Resource Guide 3rd Edition you might be able to find a copy.

Re: Ask HN: How to get into quantitative trading?

#6
for trading strategies: wilmott.com elitetrader.com researchgate.net

for quant: https://community.quantopian.com/home https://pyquantnews.com https://www.quantscience.io

for backtesting - zipline reloaded - is event based. It is very slow for optimization.

vectorbt - vector optimization - optimize the parameters. optimize - entry and exit parameters, number of ticks. useful for single-asset or spread strategies (i.e. refiner crack spread).

Re: Ask HN: How to get into quantitative trading?

#8
Lots of other great answers, another one I came across recently is FinGPT[0]. For backtesting there is zipline [1], but doesn't look like it's maintained anymore.

[0] FinGPT: Open-Source Financial Large Language Models https://github.com/AI4Finance-Foundation/FinGPT

[1] Zipline is a Pythonic algorithmic trading library https://github.com/quantopian/zipline

Re: Ask HN: How to get into quantitative trading?

#10

Noobie Question: Does this actually work? I thought alpha was very little and always fleeting so only big hedge funds generate profit from it.

I'm a trader who runs a couple of profitable strategies. You can generate alpha by implementing quantitative (or discretionary) strategies as long as you adhere to the basic principles of profitable trading with a strong emphasis on risk management. There are a million possible trading strategies, which of these will suit your personality/risk tolerance/system design is a matter of personal choice.
Post reply on HN