Insert Crypto Price Data Using SQLAlchemy

Learn how to insert free minutely crypto price data into PostgreSQL using SQLAlchemy, Python, and Pandas. You download the code at the Analyzing Alpha GitHub Repo. Steps to Insert the Crypto Price Data Below is the Python code demonstrated in …

Read more

Get Historical Crypto Price Data (Free & Paid)

Getting accurate cryptocurrency price data is critical when backtesting discretionary and algorithmic crypto trading strategies. This post covers what I’ve found to be the best free and paid crypto data sources. I also demonstrate how to use Python & Pandas …

Read more

Crypto Trading Strategy (Price Shear)

Learn how to backtest a high-frequency price shear mean reversion algorithmic trading system on multiple assets with multiple timeframes using Python and Pandas. In this video, we’ll download minutely data from Kaggle, resample the data into 5 minute and daily …

Read more

History of Data Science

Peter Naur first termed Data Science in the year 1974. But, the journey had begun in ancient times. Here’s a chronicle about the history of data science, tracing its path from the formative collection methods to the most advanced forms …

Read more

History of Technical Analysis

Technical analysis is a methodology that uses past price and volume data to predict future prices. Here is a chronicle of the history of technical analysis and the significant events that have led to its evolution. When we set out …

Read more

Maximum Favorable Excursion (MFE)

Maximum Favorable Excursion (MFE) is the highest potential profit a trade earns before it is closed. Traders can use MFE to evaluate the trading system’s performance and maximize their profit potential by setting optimal take profit targets. The MFE is …

Read more