A utility for backtesting crypto trading strategies using historical market data to assess their effectiveness.
- Fetch historical market data.
- Implement and test custom trading strategies.
- Generate performance reports.
npm install crypto-strategy-backtester
Implement your strategy in strategy.js and run the backtester:
const backtester = require('crypto-strategy-backtester');
backtester.run('./strategy.js');