Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 729 Bytes

File metadata and controls

33 lines (24 loc) · 729 Bytes

OpenBackTest

Open in browser

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

Playback Playback

Trade Panel Trade Panel

Features

  • Simulate market data realtime.
  • You can backtest with your trading strategy.
  • Backtest analysis tools to improve your trading skills.
  • Allows you to import historical data and visualize it on a chart.
  • You can also 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