zoukankan      html  css  js  c++  java
  • HFT is a good industry as a computer scientist

    https://www.reddit.com/r/highfreqtrading/comments/dtvh0o/low_latency_developer_hft/

    It’s a good industry as a computer scientist. You are definitely doing the right thing in going a startup with some people with decent experience. You get to be involved in everything. However a lot of the development may be more unstructured than in a larger shop.

    HFT you will really get a deep understanding of hardware and low level OS optimizations that will help you in any industry.

    It’s pretty stressful so be prepared for it.

    Understanding the market structure of the market you will be working in is key. How a trading platform works and the latency between the markets.

    It’s basically market data, operations research on that said data to spit out actions to send orders down to exchanges or market places to make money. Making the random seem predictable.

    It doesn’t matter if you have a degree in an Ivy League to get into say Jump, Jane Street or Citadel. It’s more your skills and if people vouch for you and your experience. It’s actually hard to find ppl and there is constant hiring. Most millennial talent is going to the googles and facebooks of the world. Free food and fun go a long way. Also the h1b situation is getting tougher so it’s harder to find overseas talent.

    The industry is changing and there aren’t any really decent books that come to mind.

    • it’s 80% hardware imho. Solarflare / Mellonox kernel bypass comes to mind
    • thread pinning and numa are important
    • learning about Linux kernel parameter optimization
    • understanding the llvm and the memory model of Linux.
    • socket and multicast programming
    • shared memory and the disruptor pattern
    • binary messaging protocols like simple binary encoding sbe
    • understanding your cpu cache
    • performance benchmarking tools
    • get a Mac book pro it seems all the rage
    • FIX protocol not binary but to connect to certain trading venues it’s key
    • don’t go to an hft startup that does blockchain / bitcoin trading since it is a random and ever evolving industry right now. You could be out of a job out of random. :)
  • 相关阅读:
    源码篇:Python 实战案例----银行系统
    源码分享篇:使用Python进行QQ批量登录
    python制作电脑定时关机办公神器,另含其它两种方式,无需编程!
    Newtonsoft.Json 去掉
    C#Listview添加数据,选中最后一行,滚屏
    C# 6.0语法糖
    XmlHelper
    AppSettings操作类
    JsonHelper
    JS加载获取父窗体传递的参数
  • 原文地址:https://www.cnblogs.com/dhcn/p/12425120.html
Copyright © 2011-2022 走看看