Load historical market data, simulate how different trading strategies perform over time, and visualize portfolio growth. This tool compares a simple user baseline, an aggressive day trader, and a conservative long‑term investor. It is provided for educational purposes only and is not financial advice.
Please provide daily market data as a CSV file or paste it below. The simulator always works on daily data internally, even if you choose to view results by week or month later. Your file must contain the following columns in order:
Date,Open,High,Low,Close,Volume
Dates should be in YYYY‑MM‑DD format. For example:
2026-01-01,100,105,99,103,1000000 2026-01-02,103,108,102,107,1500000
Drag & drop your CSV file here or click to browse
Looking for a quick dataset? Use the Generate via ChatGPT button to populate the text area with a randomly generated market scenario. This simulates having ChatGPT create sample data for you—no external calls are made.