Welcome to Technical Analysis Web Project!

This project is an interactive website built using Streamlit Python package
Allows users to analyze any financial instruments with the power of technical analysis
This project is an interactive website built using Streamlit Python package
Allows users to analyze any financial instruments with the power of technical analysis
Welcome to the Technical Analysis Web project! This project aims to create a simple and interactive website using the Streamlit package, where users can analyze financial instruments through various technical analysis tools. The website allows users to input tickers of financial instruments from Yahoo Finance, view relevant information, interact with price graphs, and apply different technical analysis strategies to visualize signals and statistics.
To run this project locally, follow these steps:
main
branch of the repository:git clone -b main https://github.com/HukovychB/TA-Project-2024.git
pip install -r requirements.txt
This command will install all the packages listed in the requirements.txt
file. Consider creating a virtual environment before installing the dependencies.
streamlit run app/web.py
http://localhost:8501
) which you can open in your web browser to view and interact with your Streamlit app.This project is licensed under the MIT License. See the LICENCE file for details.