Backtest trading strategies with historical crypto market data.
npm install crypto-strategy-backtesterA 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.
``bash`
npm install crypto-strategy-backtester
Implement your strategy in strategy.js and run the backtester:
``bash
const backtester = require('crypto-strategy-backtester');
backtester.run('./strategy.js');