Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbxark-arc/backtrader
https://github.com/tbxark-arc/backtrader
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tbxark-arc/backtrader
- Owner: tbxark-arc
- License: mit
- Created: 2024-09-10T06:06:22.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-09T06:53:29.000Z (28 days ago)
- Last Synced: 2025-01-09T07:50:36.353Z (28 days ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.