Siddharth
Siddharth's Blog

Siddharth's Blog

Follow
homeAlgoTradingCloudRustnewsletter
Series

AlgoTrading


Articles in this series

Multithreading in Rust for Algorithmic Trading

May 24, 20234 min read

In algorithmic trading, speed, correctness and efficiency are paramount, and utilizing multithreading can significantly enhance the performance of...

Multithreading in Rust for Algorithmic Trading

Demystifying Order Execution Algorithms in Trading: Part 1 - Understanding TWAP

May 5, 20236 min read

Often when we hear algorithmic trading, we think about alpha-seeking algorithms i.e. generating profits by predicting market movements or identifying...

Demystifying Order Execution Algorithms in Trading: Part 1 - Understanding TWAP

Introduction to TimescaleDB for Algorithmic Trading

Apr 5, 20236 min read

In algorithmic trading, you often retrieve data once from web services (data provider) and use it multiple times to back-test multiple strategies. The...

Introduction to TimescaleDB for Algorithmic Trading