|
|
|
|
|
by dsacco
3274 days ago
|
|
This is risky advice, because it's very unlikely someone without any prior experience can independently develop a trading algorithm that would impress an interviewer. Modern trading algorithms typically have significant amounts of infrastructure, which means you'd have either done this at another firm (in which case, why ask the question), or you've bootstrapped software that correctly handles data processing (multiple types and multiple sources!), performant I/O, data analysis and strategy development, execution methods, risk management and all those assorted goodies, etc. If the OP wants to show interesting and relevant work, I'd do something like implement an order book client from scratch using the NASDAQ ITCH spec, then add data processing and interesting analysis functionality to it. |
|