I have sterling and need more speed.

Discussion in 'Automated Trading' started by WhiteOut56, Dec 2, 2010.

  1. What is something I can do on both improving the quote speed and the order execution speed that isn't terribly expensive and user friendly
     
  2. STI is single threadded (as many execution systems are) and it also only publishes quotes every 100ms. I believe that is a system limitation that you are going to be stuck with. I assume you are using the API (automated). If so you can purchase 3rd party data (get quotes from Bloomberg/Activ/DTN) which will be streaming versus every 100ms. That will improve your data and then you can simply execute through the STI API.
     
  3. you can use Laser which is a multi threaded app.