Search results

  1. S

    HFT Startup

    Out of curiosity, what exactly is your definition of high-frequency trading?
  2. S

    Operating System Choice

    If you're not already familiar with linux based operating systems and/or can't think of a good reason to use one, not sure if it's a good idea. That being said, there are also specific use cases for a linux IMO. So with the fund I'm currently with our trading, research, and data...
  3. S

    TVIX versus VIX returns

    TVIX = short-term vix futures index The short-term vix futures index is basically a 30 day constant maturity vix future. If you find out how to predict the curvature change the vix futures term structure let me know :)
  4. S

    Does anyone use R language the link to IB?

    You can't properly multithread with R and also IIRC with IBrokers you can't subscribe to multiple symbols at once. The only instance where I think R would be suitable for automated trading is if you're doing file drops to your broker or into an EMS (e.g. EMSX).
  5. S

    Python and R - Online synergies

    If you're set on using quantpian (personally I don't find it up to par), you could consider using zipline (quantopian api) and pandas. You'll be able to do the same type of vectorized backtesting using pandas alone. There's been a lot of recent progress in Python for data analysis (e.g...
  6. S

    Yahoo Finance options volume data mismatch

    Does anyone exactly what the issue here could be? I've checked the Yahoo data against my own broker data feeds along with CBOE and google, all of them contradict what Yahoo is showing. Here's an example. Yahoo: 35.00 NQ150117C00035000 1.32 0.00 1.20 1.80 2,000 4,243 CBOE: NQ1517A35-E 0.95...
  7. S

    Weekly VIX futures and options

    VXST futures = T+9 VIX futures = T+30 not the same thing.
  8. S

    Slippage Models for Backtesting

    Wait it sounds like you're using barred data? Are you barring this from raw tick data? Or do you have snapshot data? Re: Bid/Ask - Starting point would be to reconstruct the order book, then simulate your own interaction with it.
  9. S

    Do you use R for backtesting?

    I think that's true and false, depending on who you ask. My overall approach to research is to do data exploration and simple backtests in either R or Python. Once an idea seems to have good potential then build the strategy out in an event-driven system, which runs on the same codebase as...
  10. S

    Another Quant Fund shuts down...

    2013 wasn't a great environment for a lot of alpha strategies plain and simple, basically beta dominated everything. High correlation and the issues with vol later in 2013 didn't treat a lot of the systematic quant guys well (myself included). Interestingly enough, I've been hearing that a...
  11. S

    Slippage Models for Backtesting

    How exactly are you defining slippage here? Are you already using bid/ask data to handle transaction costs or are you just using last traded? If the latter, if the spreads are relatively stable - typically I just check my equity curve by removing avg_spread, avg_spread*spread_sd1, and...
  12. S

    Do you use R for backtesting?

    This forum isn't the right one to be pushing kdb, I suspect if the OP knows what it is and could afford it - he wouldn't be asking basic questions about R. That being said, OP you never mentioned if you wanted a vectorized backtest or an event-driven one. Vectorized you don't even need a...
  13. S

    How can last trade be within NBBO

    Depends which venue, but could certainly be midpoint match orders going though.
  14. S

    How does market makers prevent against adverse selection?

    Dude you're all over the place, one second you're talking about cash equities the next you're talking about options.
  15. S

    How does market makers prevent against adverse selection?

    Quoting wide is basically the same thing as telling someone to go fuck off and even if those quotes do get traded, it's free money.
  16. S

    How does market makers prevent against adverse selection?

    Being a proper MM and provider of liquidity has little difference, it's only one of obligation as you pointed out. The latter is basically a MM who does whatever he/she wishes. The vast majority of MMs within banks are electronic now and they're bound by the same exchange rules as you...
  17. S

    Big price moves - based on instantaneous buy/sell imbalance? Market making mechanics?

    I'm sure there are a number of reasons why this could occur, but one of which comes to mind is the time honored tradition of momentum ignition and liquidity holes. https://edge.credit-suisse.com/edge/Public/Bulletin/Servefile.aspx?FileID=23285&m=923226224
  18. S

    How does market makers prevent against adverse selection?

    To the person that said MMs no longer exist, I disagree the guys on the floor have just been replaced by computers. So to answer OPs original question, it depends. For example, if you're talking about ETFs creation/redemption or hedging with other instruments is generally the case. For...
  19. S

    How soon EOD price bars become available at Yahoo through YQL?

    Well they both could be right, except one may be reporting the closing auction price whereas the other is reporting the last tick. I know that the csv yahoo provides for historical data reports the closing auction price.
  20. S

    VPS vs. Dedicated servers?

    We ran some numbers and from a business perspective it made more sense to build out our own system and have it colo'd in tribeca. Which currently doubles as our research and trading machine. Off the top of my head we paid about $2,500 for our machine (1u, dual Xeon E5-2620, 128 GB ECC ram, 4...
Back
Top