Search results

  1. R

    How do the /ES and other traded index prices work?

    I love threads like this. It's like a window into the minds of the uninformed. .. ES is a futures contract, settling to the cash value of the stock basket at expiry. Its fair value at any point in time reflects the carry of the basket to expiry, being, the value of the basket, minus...
  2. R

    Trading Performance better at home or office?

    :D :D :D I've found that research at home can work out. But the actual trading bit is more effectively done somewhere else. (Guy who likes to tinker late at night)
  3. R

    Do you believe in forex?

    All I see is a different arrangement of spread & comms. Otherwise, whatever +/-.
  4. R

    Do you believe in forex?

    you have got to be kidding! I wouldn't even call that a study. More like reassuring delusional BS. If you've ever done your own back testing, then you'll quickly recognize that the charts presented are cherry-picked. Stops helping? RSI working? Laughable.
  5. R

    HFT robots seeing orders before the exchange ?

    Nominated for quote of the year. :D :D :D In so many ways, this summarizes the vast majority of algo trading, at all frequencies, imho.
  6. R

    Building an ATS - Logbook

    lol. Anyone contending that this has a PnL impact?
  7. R

    Delta Hedging

    But the top of the page says Rocko is a "quantitative visionary". Like, in the letterhead and all, so it must be true. :confused: ... How about applying a good old Kalman filter instead? These things have gotten me rather aroused lately.
  8. R

    Building an ATS - Logbook

    I think you've answered your own question, but maybe backtest it.
  9. R

    Building an ATS - Logbook

    probably not seeing the whole market.
  10. R

    Delta Hedging

    yes. complements long gamma, if you think about it. M/R = mean reversion
  11. R

    Building an ATS - Logbook

    What is volume in forex trading?
  12. R

    Delta Hedging

    (e) Can you capture the cash spread when you're hedging long gamma? (f) Is the width of that spread priced into the the vol? (g) Have you been distracted by the volatility porn aesthetics (again)?
  13. R

    Delta Hedging

    Bring on the volatility porn :D
  14. R

    Building an ATS - Logbook

    Last trade for information. Bid/ask for pricing. +/-.
  15. R

    Building an ATS - Logbook

    Yeah, agreed. Easier to build a new model against the dataset, then implement the "good bits" in the realtime code later.
  16. R

    Building an ATS - Logbook

    But you can always point your realtime code at a stream of static. I test a lot that way, anyhow.
  17. R

    Building an ATS - Logbook

    No MAs at all really. Occasionally a vwap over the day, but nothing where each trade is assigned the same weight. Scoring all trades with the same weight would imply that everyone knows what they are doing & all trades are equally informed. This is, in my view, ridiculously fanciful.
  18. R

    Building an ATS - Logbook

    As above, use a List or similar. Put the ticks into the list over the 10 mins, then when the first 10 mins expires, calc the average. From there on, re-calc the average every second or whatever, while the list is still being populated with new ticks, and, discard the ticks that are now older...
  19. R

    Building an ATS - Logbook

    mmm .. bars as opposed to ticks? If you need a high/low or vol range, why not just calc it off a tick window.
  20. R

    Building an ATS - Logbook

    Real-time. Line them up in order, using the last quote on other legs as a reference in between new ticks.
Back
Top