Giter Club home page Giter Club logo

stockmanager's Introduction

Stock Manager: A Comprehensive Financial Analysis and Trading Platform

Stats :

GitHub Languages GitHub Last Commit GitHub Contributors GitHub top language GitHub Hits

Table of Contents

Introduction

Stock Manager is a cutting-edge financial analysis and trading platform designed to empower users with the tools they need to make informed decisions in the stock market. Built with a focus on simplicity and efficiency, our platform provides a wide range of features including real-time stock data, automated backtesting of trading strategies, and a user-friendly interface for managing portfolios.

Our platform is built on top of powerful technologies such as Python, Streamlit, Backtrader, and Yahoo Finance, ensuring a robust and reliable experience for users. Whether you're a seasoned trader or just starting out, Stock Manager is designed to cater to your needs.

Features

  • Real-time Stock Data: Access up-to-date information on stocks from major exchanges around the world.
  • Automated Backtesting: Test your trading strategies against historical data to evaluate their performance.
  • Portfolio Management: Add or remove stocks from your portfolio, view your portfolio's performance, and manage your trades efficiently.
  • User-friendly Interface: Easily navigate through the platform with a clean and intuitive design.
  • Customizable Strategies: Develop and implement your own trading strategies using our flexible framework.

Installation

To get started with Stock Manager, follow these simple steps:

  1. Clone the Repository: Use the following command to clone the repository to your local machine:
    git clone https://github.com/KTS-o7/stockManager.git
    
  2. Install Dependencies: Navigate to the project directory and install the required Python packages using pip:
    pip install -r requirements.txt
    
  3. Run the Application: Start the Streamlit application by running the following command:
    streamlit run Home.py
    
    This will launch the Stock Manager platform in your default web browser.

Usage

Once the application is running, you can start exploring the features of Stock Manager. Here's a quick guide to get you started:

  • Create Tables: Use the create Table SQL script to create the tables in the database.
  • Sign In/Register: Use the "Sign In" or "Register" buttons to log in or create a new account.
  • View Market Data: Check the current levels of major market indices like NASDAQ, NYSE, and Nifty 50.
  • Manage Portfolio: Add or remove stocks from your portfolio, view your portfolio's performance, and manage your trades.
  • Backtest Strategies: Enter your trading strategy code and run backtests to evaluate its performance.

Contributing

We welcome contributions from the community! If you're interested in contributing to Stock Manager, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them to your branch.
  4. Open a pull request with a detailed description of your changes.

License

Stock Manager is open-source software licensed under the GNU General Public License, Version 3. This license ensures that you have the freedom to share and change all versions of the program, making it free software for all its users. For more details, please refer to the LICENSE file included in this repository.


Note:

  • You need to replace the MongoDB URI in the pages/Analysis.py file with your own URI to connect to the database.
  • You need to have the following as your sql database:
    • Database Name: STOCKMANAGER
{
'user': 'mysql',
'password': 'mysql',
'host': '127.0.0.1',
'port': '3306',
'database': 'STOCKMANAGER',
'raise_on_warnings': True,
}

stockmanager's People

Contributors

kts-o7 avatar

Watchers

 avatar

Forkers

webclinic017

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.