Siddharth
Siddharth's Blog

Siddharth's Blog

Follow
Follow
homeAlgoTradingCloudRustnewsletter

Latency in Automated Trading System

Oct 9, 20233 min read

Latency is the delay between a signal and a response. It is measured in units of time in seconds, milliseconds, microseconds, nanoseconds and so...

Latency in Automated Trading System

Navigating Safely with `Option` in Rust

Oct 8, 20236 min read

Rust is SERIOUS about safety and control over memory. Option type – an essential tool in Rust's arsenal that keeps your code safe and sound. Option is...

Navigating Safely with `Option` in Rust

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

Sharing My AWS (AMAZON WEB SERVICES) Notes

Jan 16, 202323 min read

Welcome to my notes on AWS. I hope that sharing them, will help you quickly get an introduction or act as a refresher while you navigate the labyrinth...

Sharing My AWS (AMAZON WEB SERVICES) Notes