QuantScraper This small application allows you to backtest trading strategies using Streamlit. Installation 1. Make sure you have a recent version of Python installed. 2. Install the required dependencies with: pip install -r requirements.txt Launch Run the application with Streamlit: streamlit run backtestapp6.py Once started, Streamlit will provide a local address (usually http://localhost:8501) to open in your browser.