Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tbxark-arc/backtrader


https://github.com/tbxark-arc/backtrader

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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.