A manual backtest open-source tool Client-Side Only.
- 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.
datetime,open,high,low,close,volume,symbol
YYYY-MM-DD HH:mm:ss,open,high,low,close,volume,symbol
npm install
npm run build
npm run dev
