Skip to content

Kallind/Market-Profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Market Profile Analysis with Python

Welcome to the Market Profile Analysis project repository! In this project, we have utilized Python along with the yfinance library to perform a Market Profile analysis technique on stock data. This README file will provide you with an overview of the work done in this project and guide you through the project structure and usage.

Project Overview

Market Profile Analysis is a powerful technique used by traders and investors to understand the distribution of trading activity within specific price levels over a given period. It helps in identifying key price levels, potential support and resistance zones, and can be a valuable tool in making informed trading decisions.

Project Highlights

Here are the main highlights of this project:

  1. Data Retrieval: We used the yfinance library to fetch historical stock data. This allowed us to access a wide range of financial data easily.

  2. Data Preprocessing: We employed NumPy and Pandas to clean and preprocess the raw data. This included handling missing values, resampling data if necessary, and ensuring it was in a suitable format for analysis.

  3. Market Profile Distribution: The core of this project is the creation of a Market Profile distribution based on the stock data. This distribution helps us visualize the concentration of trading activity at different price levels.

  4. Data Visualization: To gain insights and understand trends within the stock data, we utilized Seaborn and Matplotlib libraries for data visualization. These libraries allowed us to create various plots and charts to aid in our analysis.

About

Market Profile Analysis with Python Analyze stock data using Python, yfinance, NumPy, Pandas, Seaborn, and Matplotlib. Identify trading activity distribution, key price levels, and trends. Explore the code and notebooks to leverage Market Profile analysis for smarter stock investments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors