Search results

  1. R

    atticus' single-name delta book

    "this thread gets a 5 star rating : http://www.elitetrader.com/vb/showt...threadid=250379" SOLD.
  2. R

    HFT robots seeing orders before the exchange ?

    +1 Same way most retail synthetic forex works. ALL customers pay the spread. No passive fills for anyone.
  3. R

    HFT robots seeing orders before the exchange ?

    Care to talk about passive fill simulation? Because that's pretty cool stuff :)
  4. R

    HFT robots seeing orders before the exchange ?

    I don't see it that way & have enjoyed your posts here :) Nice work on your trading strategy. Makes sense to me.
  5. R

    Connecting to the back-end of a prop-firm

    Hey, how ugly is the cme's interface? Some of the native stuff here in asia is entirely silly.
  6. R

    Connecting to the back-end of a prop-firm

    The FIX API over at interactive is a good starting point. If you can talk to it, then you can talk to the DMA pipes at all the banks. Most of them are colo'd these days, and that's about as direct as you can get without buying a membership.
  7. R

    Delta neutral or directionality: which one do you pick?

    Ah, I meant spot vs forward. Cash equities vs futures vs ETFs, & associated basket games. You know, the stuff where the margins are too thin, and the math too simple for vol traders to take an interest. :p
  8. R

    Delta neutral or directionality: which one do you pick?

    There are plenty of carry trades that are delta neutral. ... Of course, then corporate actions & rates try to blow you up.
  9. R

    What are the rules of your trading system?

    +1 Nicely said :)
  10. R

    How to calculate transaction cost

    Get historical quote data - bid/ask is available through IB. Decide whether you'll be paying the spread.
  11. R

    HFT robots seeing orders before the exchange ?

    Ah .. I meant within an index arb book, inside a broker, working around the waste-of-time tech kingdom.
  12. R

    What are the rules of your trading system?

    ha. No, not simple moving averages... nor stuff like that. Backtest it.
  13. R

    HFT robots seeing orders before the exchange ?

    As I see it, a smart quoting algo is absolutely necessary to play the game, especially to layer & to back away fast .. running off (let's call it) a basket pricer.. Re-balance can be manual, but based on the same pricing, this time as a risk measure. My 2 ticks. Thoughts welcome..
  14. R

    HFT robots seeing orders before the exchange ?

    Just a gentle question here guys, are you paying any spreads to re-balance yourselves? Hard to imagine you're muddling through, delta neutral all the time. p.s. Like the banter .. cool heads hey.
  15. R

    Which analysis you trust in it and why ?

    Relative value, in a broad sense.
  16. R

    HFT robots seeing orders before the exchange ?

    Remember, an IB smart limit order will interact with their US stock dark pool, so, to some extent, from the dark passive side, you too can facilitate the matching of retail orders willing to pay for immediacy. If you can't beat them, join them.
  17. R

    Programming for idiots

    +1. Have seen millions of dollars wasted on unnecessary complex tech stupidity, and as a result I now tend to prototype stuff in a spreadsheet / VBA as much as possible purely to avoid any interaction with that backward IT puzzle palace. Just solve this problem. Don't build me a "platform".
  18. R

    How fast is your limit order book implementation?

    Moves the bottleneck, & costs money.
  19. R

    How fast is your limit order book implementation?

    C#, with a lot of System.Collections.Concurrent; Actually, I think a lot of this game is about knowing what you can throw away.
  20. R

    How fast is your limit order book implementation?

    A fan of sorted dictionaries of sorted dictionaries right here..
Back
Top