A manual backtest open-source tool Client-Side Only.
Check the Codebase Guide for a detailed file-by-file documentation.
- 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.
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- Session: Import/export current session and trades to continue later.
- Backtest Data: Show more statistics, calendar view, etc...
- Chart: CTRL+C and CTRL+V to copy and paste overlays.
- Chart: Ability to change the color of the candles.
- Data: Real-time connection to live market (Crypto).
- Indicators: (Engine) Ability to load dynamic scripts with indicators or strategies.


