量化交易员从0到年薪65万美元的进阶路线图
How to become a quant from 0 to $650k/year (PLAYBOOK):
这是一份结构完整、参数具体的量化职业方法论指南,给出了从数学基础到项目实战的可复用路径,适合对量化策略研发感兴趣的从业者收藏研究。
How to become a quant from 0 to $650k/year (PLAYBOOK):
如何从零起步成为量化分析师,年薪达65万美元(操作指南):
by the end, you'll know how to:
到结束时,你将知道如何:
- build the exact math foundation top firms actually test - ship real projects that separate you from every other applicant - land your first credential and use it to climb the staircase - crack interviews at Citadel, Jane Street and prop shops
- 构建顶级公司实际测试的精确数学基础 - 交付能把你和其他所有申请者区分开来的真实项目 - 获得你的第一份资质证明,并利用它攀登职业阶梯 - 攻克 Citadel、Jane Street 和自营交易公司的面试
btw i was quantitative backend developer at Liquid Hedge Fund based in Dubai for almost a year, building systematic trading strategies across perp dexes and prediction markets (right now on a break, working on my own projects)
顺便提一下,我曾在迪拜的一家对冲基金担任量化后端开发人员,时长近一年,负责在永续去中心化交易所(perp dexes)和预测市场上构建系统化交易策略(目前处于休息期,正在开发自己的项目)
everything below is what actually got me here, in the order it actually worked
以下内容都是真正让我走到今天这一步的方法,按实际奏效的顺序排列
here's the full 5-stage roadmap:
以下是完整的五阶段路线图:
Stage 1 (year 0): build the math foundation in the correct order
第一阶段(第0年):按正确顺序构建数学基础
the biggest mistake is starting with finance textbooks or trading blogs
最大的错误是从金融教科书或交易博客开始
you don't need to know markets. you need to know math that markets run on
你不需要了解市场。你需要了解支撑市场运行的数学
how to build it:
如何构建:
> probability first - Blitzstein & Hwang, free PDF from Harvard. chapters 1 to 6. conditional thinking is the entire skill > statistics second - Wasserman, All of Statistics. how to tell signal from noise > linear algebra third - Strang MIT 18.06, free at > OpenCourseWare. eigenvalues reveal what actually matters > convex optimization fourth - Boyd & Vandenberghe, free from Stanford. every portfolio problem reduces to this > stochastic calculus last - Shreve Vol 1 and 2. this is where Black-Scholes comes from
> 概率论优先 - Blitzstein & Hwang,哈佛免费PDF。第1至6章。条件思维是核心技能 > 统计学其次 - Wasserman,《All of Statistics》。如何辨别信号与噪声 > 线性代数第三 - Strang MIT 18.06,在 > OpenCourseWare 上可免费获取。特征值揭示什么才是真正重要的 > 凸优化第四 - Boyd & Vandenberghe,斯坦福免费提供。每个投资组合问题都可简化为此 > 随机微积分最后 - Shreve 第1卷和第2卷。Black-Scholes 公式便源于此
your first year should feel painful, slow, non-linear
你的第一年应该感到痛苦、缓慢且非线性
most people quit here. that's why the field pays what it pays
大多数人会在此放弃。这就是该领域薪酬丰厚的原因
metric to watch: can you derive Ito's Lemma from scratch on a whiteboard?
需要关注的指标:你能在白板上从头推导伊藤引理(Ito's Lemma)吗?
mistake to avoid: skipping layers because they feel abstract
要避免的错误:因为感觉抽象而跳过某些层级
Stage 2 (year 1): read the papers and implement each one from scratch
第二阶段(第1年):阅读论文并从头实现每一篇
this is where I separated from every other backend developer trying to get in
这是我区别于其他所有试图入行的后端开发人员的地方
the 5 papers that shaped every quant desk on Wall Street:
塑造华尔街每一个量化交易台的5篇论文:
> Avellaneda & Stoikov 2008 (market making) > Engle & Granger 1987 (cointegration) > Heston 1993 (stochastic volatility) > Fama & French 2015 (five-factor model) > Cohen, Malloy, Pomorski 2012 (insider clusters)
> Avellaneda & Stoikov 2008(做市) > Engle & Granger 1987(协整) > Heston 1993(随机波动率) > Fama & French 2015(五因子模型) > Cohen, Malloy, Pomorski 2012(内部人集群)
read all five. twice. then implement each from scratch in Python. no frameworks
通读这五篇论文。至少两遍。然后用 Python 从头实现每一篇。不使用任何框架
language stack that actually ships:
真正能产出成果的语言技术栈:
> Python for research, backtesting and 90% of quant work. pandas, polars, pytorch, cvxpy, statsmodels > Rust for new systematic infrastructure. this is what Hyperliquid, prediction market engines, and next-gen HFT stacks are built in > Go for execution infrastructure. broker connectivity, microservices, low-latency APIs > C++ only if you're targeting elite HFT engineering. Jane Street uses OCaml specifically for their trading stack
> Python 用于研究、回测和 90% 的量化工作。pandas、polars、pytorch、cvxpy、statsmodels > Rust 用于构建新的系统化基础设施。Hyperliquid、预测市场引擎以及下一代高频交易(HFT)栈均基于此构建 > Go 用于执行基础设施。经纪商连接、微服务、低延迟 API > C++ 仅在你瞄准精英级 HFT 工程时使用。Jane Street 专门使用 OCaml 构建其交易栈
the mistake most self-taught quants make is picking one language and defending it, real desks run POLYGOT.
大多数自学量化分析师犯的错误是只选一种语言并为之辩护,而真实的交易台运行的是多语言环境(POLYGOT)。
Python for research, Rust or Go for execution
Python 用于研究,Rust 或 Go 用于执行
what this gave me:
这给了我什么:
1: real understanding of how each model breaks 2: code on GitHub that recruiters actually respected 3: the ability to explain any of these in an interview without notes
1:对每种模型失效方式的真正理解 2:GitHub 上被招聘人员真正认可的代码 3:在面试中无需笔记就能解释其中任何内容的能力
Heston was the one that changed my thinking. once I understood why volatility itself follows a stochastic process, options started making sense
Heston 模型改变了我思维方式的那一刻。一旦我理解了为什么波动率本身遵循随机过程,期权定价就开始变得合理了
metric to watch: can you code Heston from a blank file in under 4 hours?
需要关注的指标:你能否在 4 小时内从零开始编写 Heston 模型?
mistake to avoid: reading 20 papers superficially instead of 5 deeply (VERY IMP)
要避免的错误:浅尝辄止地阅读 20 篇论文,而不是深入研读 5 篇(非常重要)
Stage 3 (year 2): ship 6 real projects with working backtests
阶段 3(第 2 年):交付 6 个带有有效回测的真实项目
this is where most aspiring quants die silently
这是大多数 aspiring quants(有志于成为量化分析师的人)无声无息失败的地方
the 6 projects that will land your first interview:
能帮你获得第一次面试的 6 个项目:
> pairs trading bot on 5 cointegrated equity pairs > options pricing engine with Heston implementation > Fama-French factor decomposition scanner > insider cluster detector using SEC EDGAR > mean reversion scanner for S&P 500 > cross-exchange arbitrage scanner for perp DEXs
> 针对 5 对协整股票对的配对交易机器人 > 包含 Heston 实现的期权定价引擎 > Fama-French 因子分解扫描器 > 使用 SEC EDGAR 的内部人士集群检测器 > S&P 500 均值回归扫描器 > 针对永续 DEX 的跨交易所套利扫描器
every project needed: - clean GitHub repo with a proper README - working backtest with real historical data - honest documentation of what failed and why - one paragraph explaining the math in plain English
每个项目都需要: - 带有规范 README 的整洁 GitHub 仓库 - 使用真实历史数据的可运行回测 - 诚实记录哪些部分失败了以及原因 - 一段用通俗英语解释数学原理的文字
the honest documentation is what actually got me noticed. I wrote a section called "what broke" in every README. two recruiters told me later that was the reason they DM'd me
诚实的记录才是真正让我脱颖而出的地方。我在每个 README 中都写了一个名为“哪里出错了”的部分。后来有两位招聘人员告诉我,正是这一点让他们私信联系我的
metric to watch: how many recruiters DM you after posting these
需要关注的指标:发布这些项目后有多少招聘人员私信你
mistake to avoid: hiding the projects where the math didn't work
要避免的错误:隐藏那些数学逻辑行不通的项目
Stage 4 (year 3): first credential and the interview grind
阶段 4(第 3 年):第一份资历证明和面试磨练
credential path (what worked for me):
资历路径(对我有效的方法):
> cold emailed 40 PhD students. 3 responded. 1 took me on > TA'd a quantitative finance course at a local university > contributed to open-source quant libraries on GitHub > the title didn't matter. having real technical work to talk about mattered
> 冷邮件联系了 40 名博士生。3 人回复。1 人收留了我 > 在当地大学担任定量金融课程的助教 > 为 GitHub 上的开源量化库做出贡献 > 头衔并不重要。拥有可以谈论的真实技术工作才重要
interview prep: - the Green Book (Xinfeng Zhou). 200 real interview problems. spend 15 minutes attempting each before looking at hints - QuantGuide(dot)io for probability puzzles at interview difficulty - Brainstellar for brain teasers - Zetamac for mental math. target 50+ correct per minute before applying - LeetCode Blind 75 with focus on dynamic programming
面试准备: - 《绿皮书》(周新风)。200道真实面试题。在查看提示前,每题尝试花15分钟解答 - QuantGuide(dot)io 用于应对面试难度的概率谜题 - Brainstellar 用于脑筋急转弯 - Zetamac 用于心算。申请前目标为每分钟正确50题以上 - LeetCode Blind 75,重点攻克动态规划
the interview is a filter. it's not testing your knowledge, it's testing how you think under pressure with incomplete information
面试是一种筛选机制。它不是在测试你的知识储备,而是在测试你在信息不完整的情况下,面对压力时的思维方式
metric to watch: how quickly you can solve fresh problems out loud
关注指标:你能多快地当场解决全新问题
mistake to avoid: memorizing solutions instead of understanding patterns
避免的错误:死记硬背答案而非理解模式
Stage 5 (year 3-4): compete publicly and climb the staircase
阶段5(第3-4年):公开参与竞赛并攀登阶梯
organic applications alone hit a ceiling. now you layer public competitions:
仅靠有机申请会遇到天花板。现在你需要叠加 公开竞赛:
> Jane Street Kaggle ($100K prize + direct recruiter visibility) > WorldQuant BRAIN (paid alpha signals + institutional pipeline) > Citadel Datathon (winners fast-tracked to interview rounds)
> Jane Street Kaggle(10万美元奖金 + 直接获得招聘人员关注) > WorldQuant BRAIN(付费Alpha信号 + 机构人才管道) > Citadel Datathon(优胜者直通面试环节)
the staircase (this is the part nobody tells you):
阶梯(这是没人告诉你的部分):
1: research lab or startup first 2: mid-tier prop shop second 3: elite fund like Citadel, Jane Street, or Two Sigma third
1:先去研究实验室或初创公司 2:其次去中型自营交易公司 3:最后去Citadel、Jane Street或Two Sigma等顶级基金
nobody jumps directly from zero to Jane Street. everyone climbs
没有人能直接从零基础跳到Jane Street。每个人都是循序渐进的
attempting the vertical jump and failing doesn't mean the field is closed. it means you tried to skip stairs
尝试垂直跳跃并失败并不意味着这个领域对你关闭。这意味着你试图跳过台阶
metric to watch: interview conversion rate at each tier
关注指标:每个层级的面试转化率
mistake to avoid: applying to elite firms first, getting rejected and giving up
避免的错误:先申请顶级公司,被拒后放弃
CONCLUSION
结论
most aspiring quants die between the math foundation and the first credential because they think they need one more course, one more book, one more year
大多数 aspiring quants(量化从业者)死在了数学基础和第一份资历之间,因为他们认为自己还需要再多修一门课、多读一本书、或多花一年时间
the truth is: the first 3 stages are slow, painful and non-linear
真相是:前三个阶段缓慢、痛苦且非线性
but they build the foundation that makes stages 4 and 5 feel like gravity
但它们奠定了基础,使得第四和第五阶段的感觉如同重力般自然
start with probability. read the 5 papers. ship 6 projects. then apply
从概率开始。阅读那5篇论文。完成6个项目。然后申请
no MIT. no Stanford. no finance degree required
不需要MIT学位。不需要斯坦福学位。不需要金融学位
Citadel entry level pays $336K to $642K. Jane Street average $1.4M. 5-year top prop $800K to $1.2M
Citadel初级岗位年薪33.6万至64.2万美元。Jane Street平均140万美元。顶级自营交易员5年年薪80万至120万美元
the information asymmetry keeping most people out isn't intelligence. it's not knowing what the path looks like.
将大多数人挡在外面的信息不对称并非智力差距,而是不知道路径长什么样。
COMPLETE SUMMARY BELOW:
完整摘要如下:
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力