Articles in this series
One word commonly appearing in algorithmic trading landscape is "POV" – Percentage of Volume. Understanding the POV is crucial for traders seeking...
Latency is the delay between a signal and a response. It is measured in units of time in seconds, milliseconds, microseconds, nanoseconds and so...
In algorithmic trading, speed, correctness and efficiency are paramount, and utilizing multithreading can significantly enhance the performance of...
Often when we hear algorithmic trading, we think about alpha-seeking algorithms i.e. generating profits by predicting market movements or identifying...
In algorithmic trading, you often retrieve data once from web services (data provider) and use it multiple times to back-test multiple strategies. The...