Search results

  1. I

    Algo's are pushing every market toward randomness - God help us traders

    They are only random to the untrained eye (algo) . The algo's behaviors are anything but random. Human actors have far more random behavior.
  2. I

    Rithmic: Can't Acquire API Docs

    Spoke to Rithmic this morning, and they inform me that the API document request has to come from the broker...... Why would they make the barriers to their product so high??? Its almost like they don't want my money.
  3. I

    Rithmic: Can't Acquire API Docs

    I see the thread title was changed... apparently the moderators don't like when you call out a sponsor.... What is this, Communist China?
  4. I

    Rithmic: Can't Acquire API Docs

    Just spoke with DeepDiscount ( great customer service), they informed me that only Rithmic Support is authorized to release API docs .
  5. I

    Rithmic: Can't Acquire API Docs

    Thanks Matt. I do want to use rithmic, I guess I'll shoot Howard an email.
  6. I

    Rithmic: Can't Acquire API Docs

    I'm eyeing the Rithmic C++ API for data and execution services (through DeepDiscountTrading.com), but am having a hard time getting my hands on the API documentation/user's manuals. I emailed the Rithmic support and sales accounts they have posted on their website over a week ago, but still...
  7. I

    Call spread

    I recommend you read "Options Volatility and Pricing". It covers complex derivative relationships as well as covers some hedging strategies to get your spreads delta neutral ("remove" directional risk). In my opinion, its a must read if you're going to trade derivatives.
  8. I

    Call spread

    I'm no options expert, but scalping spreads will have very high transaction costs. Make sure you keep that in mind as you proceed.
  9. I

    Spoofing becoming illegal

    grrr, I don't have a WSJ subscription...
  10. I

    Spoofing becoming illegal

    REG NMS, not hft. Not spoofers.
  11. I

    Newbie looking for a platform/advice

    Last I checked, you must have 10k USD to open at interactive brokers. 5k if you are under 25
  12. I

    Trading System Development

    No, but i haven't put a lot of effort into it yet. Its low on my priority list right now as I'm more concerned with strategy development than software optimization. I know its related to getting the data from the feed handler to my "trading platform". I use shared memory to do this, so im fairly...
  13. I

    Trading System Development

    By this, you mean that only 64k of data can be stored in cache?
  14. I

    Trading System Development

    They are class variables as well, so they do not go out of scope.
  15. I

    Trading System Development

    What do you mean by changing scope? Both processes are completely separate. One is a data feed handler and one is trading system, and both are C++ class types that live in different main() functions. I am using QT Shared memory for the IPC mechanism (I chose QT because it is platform...
  16. I

    Trading System Development

    Maybe cache thrashing is the wrong terminology (although it is essentially the same), perhaps false sharing is the better phrase (http://www.drdobbs.com/parallel/eliminate-false-sharing/217500206) . Basically two processes are using the same chunk of cache due to shared memory, when one process...
  17. I

    Trading System Development

    So just BBO ? I suspect my bottleneck has to do with cache thrashing between process shared memory, I'm sharing 10 levels of depth . Should be easy enough to optimize when the time comes
  18. I

    Trading System Development

    @volpunter it takes you only a few seconds to process an entire days worth of data? I'm using an I7 and it takes about a minute to process the entire NYMEX/CME feed (simulating trades on 10 or so instruments) . I thought that was pretty good, but I must be cache thrashing if it only takes you a...
  19. I

    Total newbie looking start energy trading. Please help

    I'm not sure which firms you are referring to, but odds are they are trading NYMEX futures. Not trying to be negative, but if you have to ask that question odds are no-one is going to pay you to trade for them (atleast not with your current knowledge). If this is a long term goal, start by...
  20. I

    "The Big Short" coming to the big screen

    The article says that Sony is making a movie out of "Flash Boys" too. When that happens, everyone will be misinformed about what high frequency trading is!
Back
Top