Upload historical data to test the IFVG strategy performance
Download pre-generated sample files to test the backtesting system
Upload CSV or JSON file containing OHLCV candle data. The system will run the IFVG strategy against this data.
CSV: timestamp,open,high,low,close,volume
JSON: [{"timestamp": "...", "open": "...", "high": "...", "low": "...", "close": "...", "volume": "..."}]
Timestamps can be Unix milliseconds or ISO 8601 format
Loading backtests...