simonezambonim / stock_market_viz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock visualization

This script allows to visualize a specific asset and some indicators in different periods, the aim is to have a persolnalized view of stocks of your choice and some technical analysis features.

Getting Started

This code is still in development and many more functionalities can be added to it! You can also go further and create a predictive model to help your market strategies!

Prerequisites

The packages needed are in the requirements.txt file.

Installing

Clone the repository and install all the packages necessary:

cd path
vintualenv venv
cd path\venv\Scripts\activate

pip install -r requirements.txt 

Use the following command to run the application:

streamlit run stock_viz.py

If you have problems installing TA-lib, check a full guide (here).[https://blog.quantinsti.com/install-ta-lib-python/]

Built With

Author

About


Languages

Language:Python 100.0%