top of page


How to Calculate Probability Distribution of Stock Returns in Python
This coding tutorial calculates the probability distribution of weekly stock returns to capture a stock's volatility and measure the...

Intrendias
Oct 5, 20242 min read
317 views
0 comments


Exponential Moving Average in Python
Learn how to calculate one of the most popular technical analysis measurements in python! Similar to the Simple Moving Average (SMA), the...

Intrendias
Jun 27, 20242 min read
69 views
0 comments


Get Yahoo Finance Data in Python
Hey everyone, welcome back to Intrendias! In order to perform stock market analysis, derive technical insights, or develop trading...

Intrendias
Feb 17, 20243 min read
71 views
0 comments


Automating Fibonacci Retracement for Potential Price Reversals
Instead of trying to figure out where to start your fibonacci retracement tool, let's automate this process using python and yahoo...
Stephens Systems
Dec 19, 20233 min read
241 views
0 comments


Algorithmic Trading in Python Code - Mean Reversion Strategy
On my YouTube channel I have a Algorithmic Trading Course series where we use python and create a mean reversion inspired trading...

Intrendias
Dec 11, 20237 min read
507 views
4 comments
bottom of page