Welcome to Technical Analysis Web Project!

GitHub

This project is an interactive website built using Streamlit Python package


Allows users to analyze any financial instruments with the power of technical analysis

Project Overview

Description

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.

Features and Usage

Installation

To run this project locally, follow these steps:

  1. Clone the repository: Open your terminal and run the following command to clone the main branch of the repository:
  2. git clone -b main https://github.com/HukovychB/TA-Project-2024.git
  3. Install the required packages: You can install the required packages by running the following command (make sure you are in the correct directory in your terminal):
  4. 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.

  5. Run the Streamlit app:
  6. streamlit run app/web.py
  7. Open in browser: This command will start a local web server and provide a URL (typically http://localhost:8501) which you can open in your web browser to view and interact with your Streamlit app.

Dependencies

License

This project is licensed under the MIT License. See the LICENCE file for details.