Predicting the Stock Market with LSTM via TensorFlow in Python: Bullish or Bearish Tomorrow?This article will demonstrate how to predict the stock market using an LSTM neural network via TensorFlow in Python, which is a popular…Feb 10, 20231Feb 10, 20231
Real-time Limit Order Book from Kraken on Jupyter NotebookA limit order book or LOB, in short, is a list of buy and sell orders of a specific security or financial product organized by price…Dec 5, 2022Dec 5, 2022
StandardScaler vs. MinMaxScaler vs. RobustScaler: Which one to use for your next ML project?Data scaling is a method for reducing the effect of data bias on predictions which is highly used in pre-processing step in any Machine…Oct 11, 20223Oct 11, 20223
Understand SQL Ranking Functions: Row_Number, Rank and Dense_RankSince I started learning SQL, it has been confusing to clearly understand the difference between Ranking Functions. In my opinion, there…Sep 16, 2022Sep 16, 2022
Bitcoin Price Forecast with Facebook Prophet in PythonPredicting future is a common practice in any field that involves uncertainty, Data Science is one of those fields. Either it is a…Sep 5, 2022Sep 5, 2022
Beginner’s Guide to Algo Trading Part III: Backtest Trading Strategy in PythonThis is the last section of “Beginner’s Guide to Algo Trading” where we will perform a Backtest for the Trading Strategy we built in the…Aug 26, 2022Aug 26, 2022
Beginner’s Guide to Algo Trading Part II: Generate and Visualize buy/sell signals with Relative…This is Part II of the “Beginner’s Guide to Algo Trading” where we build the system to generate buy/sell signals of the Trading Strategy in…Apr 27, 2022Apr 27, 2022
Beginner’s Guide to Algo Trading I: Building Trading Signals with Technical Indicators on PythonBuilding trading signals may require rigorous Math/Statistics, Coding and Trading experience. If you are new to Algorithmic Trading -in…May 12, 2020May 12, 2020
Quant Finance, Quant Roles and Difficulty of landing a jobNowadays, I hear/see a lot of people curious about Quantitative Finance and Quant roles. To shed some light on this intellectually…Apr 27, 2020Apr 27, 2020