The.Data.Scientist

Welcome to The.Data.Scientist channel, where I share my 12+ years of experience in data science. Learn Python, SQL, Statistics, Machine Learning, Web Scraping, and Visualization from a seasoned data scientist. Topics covered: Programming: Python, SQL Mathematics: Statistics, linear algebra, calculus, discrete math Machine learning: Classification, regression, reinforcement learning, deep learning, dimensionality reduction, clustering Web scraping: Beautiful Soup Visualization: Scatter plot, Power BI, Ggplot2

TradingView Pine Code for False Breakout Strategy

Explanation: 1. Parameters:     – `window`: The rolling window period for calculating the highest high and lowest low.     – `reversal_period`: The period over which to check for reversals to identify false breakouts. 2. Rolling High and Low Calculation:     – `high_rolling` and `low_rolling` calculate the highest high and lowest low over the specified rolling…

Read More

Excel VBA Code For False Breakout Strategy

Explanation: 1. Rolling High/Low Calculation:     Columns H (`High_Rolling`) and I (`Low_Rolling`) store the rolling high and low values over a 14-day window. 2. Breakout Detection:     Columns J (`Breakout_High`) and K (`Breakout_Low`) store 1 if there is a breakout above the rolling high or below the rolling low, respectively. 3. False Breakout Detection:    …

Read More

It’s the surgery day

Have been struggling with the colon being inside most of the time since my last surgery. As a background, I went through surgery in May 2023. This was as an emergency as the artificial abdominal wall didnt get along with my body which was placed in 2022, and it created infection. We saw the skin…

Read More