/PortfolioBacktester

Primary LanguagePythonApache License 2.0Apache-2.0

Buy and Hold strategy backtester.

Buy and Hold strategy backtester.

Selects a number of random SP500 stocks Calculates return on investment Tests results of yearly rebalancing

To deploy

pip install poetry

poetry install

To run

poetry poetry run streamlit run ./app/front_portfolio.py

or

poetry poetry run streamlit run ./app/front_simulation.py

or for multipage version

poetry poetry run streamlit run ./app/Portfolio_Tester_📈.py