Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 866 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 866 Bytes

Backtrader

This project is a backtesting tool for trading strategies.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

  • Python 3
  • Make

Installation

  1. Clone the repository:

    git clone https://github.com/TBXark/backtrader.git
    cd backtrader
    
  2. Initialize the project:

    make init
    

    This command will:

    • Create a virtual environment
    • Activate the virtual environment
    • Install the required packages from requirements.txt

Running the Application

To run the application, use the following command:

make run

This command will start the Streamlit application, allowing you to interact with the backtesting tool.

License

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