This project is a backtesting tool for trading strategies.
These instructions will get you a copy of the project up and running on your local machine.
- Python 3
- Make
-
Clone the repository:
git clone https://github.com/TBXark/backtrader.git cd backtrader -
Initialize the project:
make initThis command will:
- Create a virtual environment
- Activate the virtual environment
- Install the required packages from
requirements.txt
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.
This project is licensed under the MIT License. See the LICENSE file for more details.