I’d like to answer some questions.

Discussion in 'Trading' started by garachen, Jan 14, 2021.

  1. garachen

    garachen


    If you walk into any trading firm I know there’s no ‘ES guy’ like there might be for ags or metals. ES and interest rates are usually large teams. For different reasons.
    I’ve seen better luck ‘swing trading’ literally anything other than ES but that’s good for you if you’ve developed a feel for it. I never have.
     
    #71     Jan 18, 2021
    VPhantom, eternaldelight and comagnum like this.
  2. traider

    traider

    How would you go about estimating the parameters for a Kalman filter if you have used them before?
    Have you used HMM before and what do you think of them? Would you estimate the parameters or would you choose to define them using intuition?
    Lastly, how do we find out more about colocation fees and setup for different asset classes?
     
    #72     Jan 18, 2021
  3. Another question if you don't mind... what do you use to determine regime change, i.e. from mean reversion to momentum?

    Commonly cited in research papers are always the Markov, Garch or Hurst models but as always, the PhD folk get lost in their own navel gazing without articulating anything tangible.
     
    #73     Jan 18, 2021
  4. Didn't see this before posting as I quoted from a few pages back. Might be able to merge a reply..
     
    #74     Jan 18, 2021
  5. garachen

    garachen

    the Kalman filter question I can’t answer succinctly without a lot of assumed knowledge. So.. assuming the knowledge.. kalman filters tend to work best on trades that are otherwise not great - where you are creating correlated baskets. In algorithmic trading there’s usually a ‘fitting’ process and an optimization process. If the KF is to be combined with other alphas I’d run a pre-optimization set of sims to set them and then add the resultant model into the fitting. Otherwise, you’d solve for them during the optimization process in conjunction with the other strategy parameters. The optimization algorithm itself is quite important. Most people have moved to the same one but it’s not quite industry standard yet so I’d rather not say.

    HMM. Other than academically no. Every once in a while someone out of school wants to try. And it might come up during an interview but I’ve never seen one functional.

    colocation. I’ve argued about this definition on this forum before. Inside the industry colocation means one specific thing. But retail vendors seem to have corrupted this meaning with misleading marketing. Direct from the exchange you are usually buying a full or half rack and then paying additional to manage each server. I’ve always gone through a 3rd party. Probably pay too much but there’s a lot of things they solve. Colocation is to solve a very specific problem- latency. But it introduces a host of new problems that all very hard and expensive to solve. I won’t say who we use now but searching for exchange colocation some vendors should appear. You’d call them and ask for a quote. Anything that consolidates the feed for you or is listed as ‘proximity hosting’ is not true colocation. Maybe you’d use them for reliability but by the time you get your data, everyone doing true colocation has already acted and taken a good long nap.
     
    #75     Jan 18, 2021
    eternaldelight likes this.
  6. garachen

    garachen


    I’ve most commonly seen a NN deployed here.
     
    #76     Jan 18, 2021
    eternaldelight likes this.
  7. What is the difference between 'fitting' and 'optimizing' ?
     
    #77     Jan 18, 2021
  8. garachen

    garachen


    Fitting is combining alphas into a signal. Optimizing is binding that signal to the parameters of the trading strategy.
     
    #78     Jan 18, 2021
    eternaldelight and trade4succes like this.