Strategy Backtesting

Upload historical data to test the IFVG strategy performance

Sample Market Data

Download pre-generated sample files to test the backtesting system

Trending Market

500 candles with strong uptrend and pullbacks. Ideal for testing trend-following strategies.

Ranging Market

500 candles with sideways consolidation. Tests strategy in choppy conditions.

Volatile Market

500 candles with high volatility and gaps. Stress-tests risk management.

Upload Historical Data

Upload CSV or JSON file containing OHLCV candle data. The system will run the IFVG strategy against this data.

Expected Data Format:

CSV: timestamp,open,high,low,close,volume

JSON: [{"timestamp": "...", "open": "...", "high": "...", "low": "...", "close": "...", "volume": "..."}]

Timestamps can be Unix milliseconds or ISO 8601 format

Previous Backtests

Loading backtests...