Dynamic Time Warping (DTW)

Hello, today I will shortly explain what dynamic time warping (DTW) is and show you my code implementation of it. What is it:Lets say you got 2 signal that are the same. The difference between them though might be in length (one is more streched then the other) or/and in phase (same high of the … Read more

Download granular (hft) crypto data for free | Binance

Hello guys, today I’ll show you a quick and dirty method on how to get Trades/aggTrades/K-line/Index K-line… data for free (I think up to 2020).The data is from Binance only! You can find the data here: https://www.binance.com/en/landing/data If you click on “Trades” > “Spot Data” you will see that Binance let you download each day … Read more

Hidden Markov Models: Forward Algorithm – Python Code

Howdy! Today I will explain another algorithm used within the space of Hidden Markov Models: the Forward Algorithm. Please revise the previous blog articles about HMMs and Markov Chains if you are not familiar with the syntax. Goal of te Forward Algrithm: Its goal is to compute the probability of a sequence of observed variables … Read more

Hidden Markov Models (HMM) Explained

This post builds on the previous post about Markov chains. Now I will explain what Hiddem Markov Models are and how to calculate the most likely sequence of Markov chain states given a observable variable sequence. Content of this post: What is a HMM HMM explained Calculate the probability of a state sequence given observable … Read more

Markov Chains – NLP | text generation from scratch

Today I would like to create a simple, primitive text generator using Markov chains (I explained them in a previous post). Necessary steps for this project: Get text to learn from Create the transition matrix Generate text I will do everything from scratch, but I will a library called “tqdm” to show a progress bar … Read more

Markov Chains Explained

Hope you are doing well! Today I will explain “Markov Chains” as a prerequisite for a future post. Content of this post: Short description of Markov chains – What are they Detailed explaination of Markov chains – using a weather example How to calculate the state probabilities random walk equilibrium eigenvector approach – with brief … Read more

Creating a database with MariaDB and Javascript | HFT trading data

In todays post I will walk through the process of installing MariaDB, run the database server and access it through Javascript. In this project I will get real time trades from the Binance futures exchange (BTCUSDT and ETHUSDT). The goal with this post is to create a template database structure to save stock prices, orderbooks … Read more

Cookie Consent with Real Cookie Banner