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

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

Multiple linear regression with gradient descent from scratch in Python

In this post I will show you how to calculate the optimal values of a multiple linear regression using the gradient descent algorithm. In the previous posts I already introduced you to the simple linear regression (of one independent variable) and also to the (stochastic) gradient descent algorithm. First, I will briefly introduce what multiple … Read more

Cookie Consent with Real Cookie Banner