Mastering the Art of Algorithmic Trading: A Guide to Build a Successful Algorithmic Trading System

May 5, 2024

Have you ever wondered if it is even possible to build a successful algorithmic trading system that works all by itself without human intervention?  Well, the answer is YES! It is certainly possible to build a successful trading system, but it involves a

Continue Reading

Multiprocessing and Multithreading in Python

January 9, 2024

Multiprocessing is a technique where multiple processes run across multiple processors or cores simultaneously.

Continue Reading

Feature engineering techniques in time series data

October 17, 2023

Feature engineering in time series involves creating new input variables from the existing data to improve the performance of a predictive model.

Continue Reading

Heteroscedasticity in Time Series

July 17, 2022

heteroscedasticity is defined when the variability of a variable is different across another variable.

Continue Reading

Time Series and its components

October 17, 2021

the components of time series - any time series can contain some or all the following components – Trend Seasonal Cyclical Noise

Continue Reading

Assessing the forecastability of a time series

October 17, 2021

Although there are many statistical measures that we can use to assess the predictability of a time series,

Continue Reading