The StrategyVault is a Flask application designed to facilitate the backtesting of financial strategies. It enables users to simulate trading strategies based on historical data and evaluate their performance.
As of February 11, 2026, the current deployment status is functional. The application is hosted on [insert platform details here, e.g., Heroku, AWS, etc.].
git clone https://github.com/mshimon101-netizen/protected-wheel-backtest.git
cd protected-wheel-backtest
pip install -r requirements.txt
export FLASK_APP=app.py
export FLASK_ENV=development
flask run
http://localhost:5000.Contributions are welcome! Please follow the guidelines in CONTRIBUTING.md to submit your changes.
This project is licensed under the MIT License - see the LICENSE file for details.