backtest-kit 1.5.20 → 1.5.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -122,7 +122,7 @@ addStrategy({
122
122
  const candles1m = await getCandles(symbol, "1m", 60);
123
123
 
124
124
  const messages = await getMessages(symbol, {
125
- candles15m,
125
+ candles1h,
126
126
  candles15m,
127
127
  candles5m,
128
128
  candles1m,
@@ -179,7 +179,7 @@ Customize via `setConfig()`:
179
179
 
180
180
  ## Tested & Reliable
181
181
 
182
- 244+ tests cover validation, recovery, reports, and events.
182
+ 280+ tests cover validation, recovery, reports, and events.
183
183
 
184
184
  ## 🤝 Contribute
185
185