문제

Hardware accelaration and embedded programming has mostly been used so far to parse datafeed and/or to route orders to exchange. Have there been attempts to write simpler HFT strategies such as equity market-making in hardware? Have they been successful? Which companies are doing this and what kind of programming model is used?

도움이 되었습니까?

해결책

FPGAs have been used to do this. You quickly and relatively cheaply accelerate all sorts of algorithms, such as neural networks. If you can do it in C, you can probably do it faster and in parallel on an FGPA.

See AutomatedTrader's article - FPGA's - Parallel Perfection?

다른 팁

Also there are offerings like CUDA, AMD Stream, Tilera. Exegy uses Tilera for application acceleration.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top