All Posts

  • Published on
    I've developed an open-source Python library for financial machine learning. It focuses on raw trade data preprocessing and training data preparation for ML model learning. Find out more about that in this post.
  • Published on
    This essay examines the role of trust in monetary systems, comparing fiat currencies and Bitcoin. Fiat relies on trust in governments, while Bitcoin derives value from its decentralized protocol and utility. It challenges the notion that Bitcoin lacks intrinsic value, arguing that all money depends on belief.
  • Published on
    The Exponential Weighted Moving Average (EMA) is ubiquitous in signal processing, especially in the algorithmic trading scene. It serves to filter out noise from the signal and compute an average/expected value, with recent samples carrying more significant weight in the calculation. Although this is a fundamental tool, the underlying theory can be confusing. This post attempts to make things clear regarding the theory and practical usage of EMA.
  • Published on
    This post contains a collection of World Quant University proficiency test examples along with their solutions, gathered from publicly available sources.