Hi,
For forex markets.
Is there any execution platform and brokerage under 10 milliseconds?
thanks
McGene
For forex markets.
Is there any execution platform and brokerage under 10 milliseconds?
thanks
McGene
Quote from PocketChange:
Checkout Openecry.com
You can trade both CME currency futures and Gain FX from the same platform and utilize the same onelink api.
Quote from jeb9999:
Under 10 ms for what exactly?
For FX and other futures Globex trade matching engine is curently in the 5 ms range, so any native orders on the exchange server are done in 5 ms.
Quote from BlackMage:
HotspotFX:
http://www.tnsi.com/content/images/fromassets/100_689_120410142807.pdf
(page 5)
Quote from mcgene4xpro:
As of
February 2010 Hotspot processes in excess of 50
million orders/day, with a peak order flow rate of
6,000 orders per second across all currency pairs.
Order ACK times, as measured by customers at the
HotspotFX co location facility, are consistently at or
under 4 milliseconds, with order cancels at or under
2 milliseconds.
Paul Reidy
Managing Director at HotspotFX
Does it mean i have to relocate my server to achieve such speed?
Thank you very much for sharing
Quote from mcgene4xpro:
CGNobody
Registered: Dec 2009
Posts: 9
12-09-09 04:48 PM
Software-wise you can encrypt your application.
I am talking about encrypting your binaries and using a second application to decode it before you need it, using a password. The software actually never has to be written to disk in its decrypted form, only loaded in memory making it much much harder to steal. The encrypted software is actually 100% unusable without the second decrypting application
Or you can use the like of bitlocker to create password protected partitions on your harddrive. I would not know how secure it is but it is likely pretty good.
You could also separate your strategy into two parts and have each one run from different locations if that does not prevent proper operations. Or even split your strategy between different broker accounts but that is harder to arrange.