1.2.1 • Published 2 months ago

crypto-strategy-backtester v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Crypto Strategy Backtester

A utility for backtesting crypto trading strategies using historical market data to assess their effectiveness.

Features

  • Fetch historical market data.
  • Implement and test custom trading strategies.
  • Generate performance reports.

Installation

npm install crypto-strategy-backtester

USE

Implement your strategy in strategy.js and run the backtester:

const backtester = require('crypto-strategy-backtester');
backtester.run('./strategy.js');
1.2.1

2 months ago

1.2.0

2 months ago

0.1.0

2 months ago