Current issue

Vol.26 No.4

Vol.26 No.4

Volumes

© 1984-2024
British APL Association
All rights reserved.

Archive articles posted online on request: ask the archivist.

archive/21/2

Volume 21, No.2

Kx Users’ Meeting
Stephen Taylor (sjt@5jt.com)

Kx Systems came to London in February for their annual user meeting. Arthur Whitney gave a brief demonstration of Q, his new and more accessible ‘skin’ over kdb+ and the K programming language. He started his demonstration by downloading and installing Q from his server in California. This took less than a second.

Various Kx customers spoke, but the star of the show was Mark Sykes from Deutsche Bank Global Trading in London. Sykes is an arbitrage trader, which is to say he looks for mismatches in financial markets from which he can make a risk-free profit. Or if not risk-free, one in which the odds are heavily in his favour.

This is an obvious field for automation. Arbitrage traders have theories about what opportunities look like. But most ‘windows of opportunity’ slam fast quickly. Despite a generation of traders raised on Sony Playstations, the real action is in getting computers to watch and trade.

Sykes told us when he first came to arbitrage, traders desks sported thick books on Excel and Visual Basic. Now they are more likely to carry books on J2EE, as traders’ home-grown programming becomes more sophisticated. Europe, he thinks, is ahead of America in this, but the gap is narrowing.

He plugged in to his trading systems at DB and showed us live market prices and his positions in 10-year Bundesbank interest-rate futures. He described a well-known arbitrage model “Reversion to Mean”: when the price moves a standard deviation from its rolling mean, the probability of it reverting to the mean almost immediately is very high.

A chart of tick (trade-by-trade prices) against the standard deviation from the rolling mean demonstrated the truth of this. Every time the price line crossed the deviation line, it jumped back to the mean very shortly afterwards.

If you acted promptly, you could trade at the deviant price and reverse the trade at a near risk-free profit very shortly afterwards. ‘Very shortly’ is the key here. From the chart we could see that the window of opportunity typically closed in 600-1200 milliseconds.

Sykes explained the rules of the game to us. Reuters has used 200 milliseconds of your window just getting the price to you. You have to recalculate the rolling mean and the standard deviation, decide whether to trade or not, compose the trading order and get it on the wire to the exchange. This will succeed, but if you are too slow you risk getting your order filled after the market price has reverted to the mean. Speed is everything. He aims to get everything done in under half a second.

The speed advantage of Q exposes second-order opportunities. Q programs get their orders filled first and so scoop the best out of the opportunity. Behind them come Java programs. By the time Excel models have joined in, the price is swinging the other way, past the rolling mean. Canny Q programs might be out there waiting for a second bite!

APLs have long been favoured for financial markets software. A+ (APLusdev.org) was developed on a Manhattan trading floor. The rich set of mathematical primitives and fast array handling are obvious advantages in this business. But equally important is the low volume of APL source code. In fast-moving business environments, no one writes and ‘signs off’ program specifications.

Coding here is a design activity, a process of thinking through both the problem and its solution. Low code volume keeps the software soft and pliable, a tool for thought. Nowhere was this more evident than in Mark Sykes’ display of his own code.

Though he apologised for failing to achieve the brevity of Whitney’s own code, we could see on even a casual inspection a high degree of semantic density. That is, a high proportion of the defined tokens denoted entities in the problem domain, such as prices, dates, trades, rather than artefacts of the programming language, such as labels and counters.

Mark Sykes has no time to brief analysts and programmers as his thinking develops. Instead of discussing his problems and their solutions in ambiguous, untestable English, he writes Q, with help from the professional programmers at First Derivatives.

Once again, in one of the most competitive business environments humans have ever devised, an APL is winning by collapsing software development and execution times. Expect to hear more stories like this.


script began 10:17:34
caching off
debug mode off
cache time 3600 sec
indmtime not found in cache
cached index is fresh
recompiling index.xml
index compiled in 0.2812 secs
read index
read issues/index.xml
identified 26 volumes, 101 issues
array (
  'id' => '10009850',
)
regenerated static HTML
article source is 'HTML'
source file encoding is 'ASCII'
read as 'Windows-1252'
URL: mailto:sjt@5jt.com => mailto:sjt@5jt.com
URL: http://www.aplusdev.org => http://www.aplusdev.org
completed in 0.307 secs