Skip to content

tbxark-arc/backtrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published