Siddharth
Siddharth's Blog

Siddharth's Blog

Follow
homeAlgoTradingCloudRustnewsletter

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

Introduction to Azure Virtual Machines

Jan 7, 20236 min read

Azure Virtual Machines (VMs) are like your own personal computers, but they live in the cloud instead of on your desk. They're great if you need a lot...

Introduction to Azure Virtual Machines

Microsoft Azure Functions

Jan 3, 20238 min read

Overview Azure Functions is a serverless computing service that enables you to run code on-demand without having to explicitly provision or manage...

Microsoft Azure Functions