Import Historical Candles

Upload a historical candlestick klines dataset. The backtesting engine simulates decisions by iterating over this imported history.

Binance Vision Data Guide
  1. Navigate to data.binance.vision.
  2. Download the zip file for your desired month (e.g. BTCUSDT-10m-2026-04.zip).
  3. Extract the ZIP archive to retrieve the raw CSV file.
  4. Select and upload that extracted CSV file here. The system will parse it, calculate RSI-14 values chronologically, and populate the database.
Supported formats: Raw Binance klines CSV (columns: OpenTime, Open, High, Low, Close, Volume, etc.).
Back to Dashboard