Using a Random Forest Classifier to Classify Candlesticks
[Last Updated: 4/20/2025] Going through my current Data Science & Analytics studies, I was interested in applying a basic supervised learning model...
Read out allQuantitative & Technical Data Analysis
[Last Updated: 4/20/2025] Going through my current Data Science & Analytics studies, I was interested in applying a basic supervised learning model...
Read out all
[Last Updated: 1/8/2025] This article shows you, step by step, how to create a dynamic inter-asset correlation matrix using Google Sheets. Then,...
Read out all
[Last Updated: 11/24/2024] In this post we’ll be calculating the probabilities and statistics of up days and down days. First, I’ll use...
Read out all
I recently wrote an article on using Windows Task Manager to periodically run Python scripts. I currently have a couple scripts automated...
Read out all
[Last Updated: 3/19/2024] This post will document the development and usage of a new proposed candlestick parameter called Center of Mass. The...
Read out all
If you landed here, you’re probably interested in having a script run automatically at specified times on your PC. Specifically, a Python...
Read out all
NumPy (short for numerical Python) is a useful library for mathematics and data science, specifically for working with arrays of data. In...
Read out all
TOML files (Tom’s Obvious Minimal Language) are the brain-child of Mr. Tom Preston-Werner. They were developed as an alternative configuration file format...
Read out all