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 probability of a stock increasing by a threshold percentage. Calculating the stock return probability distribution is popular in statistics, quantitative analysis, and algorithmic trading to forecast future stock prices and assess risk management. The probability distribution of stock returns represents the likelihood of different returns that a

Intrendias
Oct 5, 20242 min read
Â
Â
Â


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 Exponential Moving Average (EMA) is a rolling average value that adds some spice! The EMA has additional weight on values closer to the present day to increase the importance of most recent data. This blog post will show you how to perform Exponential Moving Averages in Python! Import Needed Libraries import yfinance as yf import pandas as

Intrendias
Jun 27, 20242 min read
Â
Â
Â


Top 10 Stocks to Buy in 2024 Using Algorithmic Trading
Algorithmic trading has revolutionized the way investors approach the stock market, offering insights and strategies that can potentially outperform traditional methods. Today, I delve into the top 10 stocks for algorithmic trading, as determined by the Volume Breakout Algorithm available on Intrendias.com . This algorithm combines volume activity and technical analysis to identify promising buying and selling opportunities across various markets, including stocks, cryptocurr

Intrendias
Feb 17, 20243 min read
Â
Â
Â


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 strategies, accessing reliable data is crucial. Today, let's explore how to retrieve data from Yahoo Finance for stock or cryptocurrency, including open, close, high, low, and volume data. There are many ways to extract data from Yahoo Finance in python. We can create a custom python function or take advantage of open-source libraries; both method

Intrendias
Feb 17, 20243 min read
Â
Â
Â


Top 10 Stocks to Buy in 2024 Using the Mie Trading Algorithm
Welcome to Intrendias, where precision meets profit! In this blog post, we'll explore the Top 10 Stocks for 2024, as deciphered by the Intrendias Mie Algorithm – a powerful tool for algorithmic trading. Before we delve into the list, let's understand how the Mie Algorithm operates and the methodology behind ranking these stocks. The Intrendias Mie Algorithm: A Brief Overview At intrendias.com , we provide free access to the buy and sell signals generated by the Mie Algorithm

Intrendias
Jan 15, 20242 min read
Â
Â
Â


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 finance! In this Free Jupyter Notebook and on my YouTube channel I review the coding process to automate the fibonacci retracement. Example Output! Free Jupyter Notebook for Intrendias Essentials Members (Free Tier!)
Stephens Systems
Dec 19, 20233 min read
Â
Â
Â


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 algorithm. The algorithm provides buy and sell signals along with backtesting results. For your convenience, I have provided the complete jupyter notebook with all the required code here! Algorithmic Trading Python Code Here for Intrendias Essentials Members (Free Tier)!

Intrendias
Dec 11, 20237 min read
Â
Â
Â
bottom of page
