• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Bitcoin HFT in Q/KDB+

Joined
12/23/13
Messages
156
Points
288
Dear quant fellows,

I have implemented an infrastructure which connects to bitmex and bitstamp for bitcoin HFT purpose in Q/KDB+.

The framework is completely async. Excluding the latency from the exchange to my server, all the data processing and routing from loader into RDB/HDB/HDB writer only consumes 1 ms.

I also possesses a Quantitative framework written in Q (99% pure Q) for research which can be used for this purpose.

If any of the cryptofund is interested, please contact me and I will show you a demo.

Thanks,
David
 
Last edited:
Dear quant fellows,

I have implemented an infrastructure which connects to bitmex and bitstamp for bitcoin HFT purpose in Q/KDB+.

The framework is completely async. Excluding the latency from the exchange to my server, all the data processing and routing from loader into RDB/HDB/HDB writer only consumes 1 ms.

I also possesses a Quantitative framework written in Q (99% pure Q) for research which can be used for this purpose.

If any of the cryptofund is interested, please contact me and I will show you a demo.

Thanks,
David

I am quite interested. I use kdb a lot and am thinking about implement algo trading on btc.

Would appreciate if hearing from you. My email is hao_li@mfe.berkeley.edu
 
Back
Top