Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 862 Bytes

File metadata and controls

38 lines (27 loc) · 862 Bytes

OpenBackTest

Open in browser

A manual backtest open-source tool Client-Side Only.

Check the Codebase Guide for a detailed file-by-file documentation.

Playback Playback

Trade Panel Trade Panel

Simulation Statistics Simulation Statistics

Features

  • Simulate market data realtime.
  • Backtest with your trading strategy.
  • Backtest analysis tools to improve your trading skills.
  • Import historical data and visualize it on a chart.
  • Draw on the chart and add indicators to analyze the data.

Data import format

datetime,open,high,low,close,volume,symbol
YYYY-MM-DD HH:mm:ss,open,high,low,close,volume,symbol

Execute locally

npm install
npm run build
npm run dev