Quant Mashup - Mark Best
Building Candlesticks in Rust [Mark Best]
Candlesticks are a common way to represent price and volume of an asset over a period of time. There are various common types of bars such as time, volume, tick bars, hieken-ashi, renko to name a few. There is a lot of information about the implementations of these on the internet so their details
- 10 months ago, 29 Oct 2022, 09:05pm -
Fast Logging for HFT In Rust [Mark Best]
In this article we’ll be discussing a fast way of logging in Rust and its application to high frequency trading. The code presented here solves two problems, one is well known, the latter less so. It is a imperative to avoid using IO operations within the strategy thread, but logging operations
- 10 months ago, 24 Oct 2022, 11:09am -
Bitcoin Elasticity and Volatility [Mark Best]
So the crypto markets on May 19th were fun!? If you have been a part of these markets for any time, this volatility is not that surprising. That said it is still pretty amazing that the price can drop 30% in a single day. This is maybe more surprising since it is to the backdrop of an increase in
- 2 years ago, 21 May 2021, 11:22am -
The Rust Programming Language [Mark Best]
I love programming! There is something really satisfying about solving a complicated problem concisely. That said I see programming languages as a tool to solve a problem rather than purely coding for coding sake. I have used a lot of programming languages over the last 20 years namely Java, R,
- 2 years ago, 13 May 2021, 11:53am -
New Site: GANs and Synthetic Market Data (h/t @thodoha) [Mark Best]
I have been thinking a lot about risk lately. The liquidity injections from the FED are pushing risk assets higher and higher. There seem to be bubbles in nearly every speculative assets. The main concern long term would be rising rates at the same time as a falling dollar suggesting there is no
- 2 years ago, 27 Apr 2021, 10:47pm -