pekam / ameba-ts

A multi-asset backtester for TypeScript
MIT License
2 stars 0 forks source link

Add async overload for backtest #1

Closed pekam closed 1 year ago

pekam commented 1 year ago

Instead of providing in-memory price data to the backtest function, you can now instead pass a function that lazy loads price data as needed by the backtester.