December 12th, 2013, 3:49 pm
QuoteOriginally posted by: taylanThere are many approaches to this problem, and none of them can be successful without taking into account the competition. If there is no competition for the opportunity you are going after, then you can assume 100% fill rate. It gets interesting when you are going after the same opportunities with others, which you can find out by looking at the trades that occur after you send the order. In such a scenario, you need to get distributions on your success rates with respect to latency. This will give an indication of where you stand within competition, if you're slow, you're more likely to have less success. On top of the pure performance comparison, you need to take into account the variance of the exchange systems, which can be measured independently. The combination of the two will give you a good start for simulation. In general you can model any queue with a poisson distribution, so having long tails. So if you extract the parameters, you can even come up with an analytical solution.These are a good points actually. So let me see if I got this right. Instead of measuring the P&L, first take a look at the orders that happen after the signal was sent? I was thinking one step before that, how to measure my tick-to-order latency but this surely helped.