Search results

  1. 3

    VPS Hosting.

    smodato, Let me be clear in saying that I do sleep very quietly knowing my software is out there running. =) I'm not sure about the configuration you proposed because I'm ignorant as to how (or if) VB6/TWS/IB can be made to play together, but it sounds fine. If TWS can be interfaced with...
  2. 3

    VPS Hosting.

    heech: FIX is a bit lower-level than what you're describing with NinjaTrader, but not terribly. With FIX, you send a command to open a position, and your side (long or short) is specified as an argument to that command. You can then query for execution using other commands, and monitor your...
  3. 3

    VPS Hosting.

    I wasn't sure which of us smodato was replying to, so at the risk of offering irrelevant information, here's a bit of info about my setup: I'm running completely custom code, other than using the QuickFix libraries to provide the protocol link to my broker. My code is written largely in Ruby...
  4. 3

    VPS Hosting.

    I have used a VPS in the past for hosting my ATS, and I can't say that I have any complaints. The system was snappy and latency to my broker was a lot lower than when I ran my code from home. As far as companies go, I would recommend either Linode or Slicehost; I have experience with both and...
  5. 3

    Anyone tried FastBrokers?

    In my search for Forex brokers that support trading via FIX, I came across FastBrokers and contacted them. They said that in order to use FIX with them, I would have to tie into their Integral ECN, and are apparently in the process of getting me the details on that. Has anyone here ever used...
  6. 3

    If you are using Linux/Unix, who is your stock data vendor?

    Looks like their real-time feed is only available for a week though, as a trial, unless you want to pay for it. :/
  7. 3

    API Brokers - Reviews and Ratings

    Does GNDT support trading FX? I didn't see anything about it on their website, so I'm guessing not. I'd be tempted to give them a shot if they did...
  8. 3

    If you are using Linux/Unix, who is your stock data vendor?

    For my project, I require real-time NYSE and NASDAQ quotes, but can't pay for a pricey data feed. So I developed a Ruby library that extracts real-time stock quotes from the NYSE and NASDAQ's websites as often as needed. I can poll for prices on a handful of stocks four times a second without...
  9. 3

    QuickFix and Genesis Securities

    Look into doing something like this: http://csg.trinhall.cam.ac.uk/tips/ntp/winxp ...and you won't have to manually sync your system's clock any more. Additionally, because this solution uses network time protocol (NTP), your clock should stay synced much closer than a second to the atomic...
Back
Top