tradelab 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,12 @@
1
+ <img src="https://i.imgur.com/HGvvQbq.png" width="500" alt="tradelab logo"/>
2
+
1
3
  # tradelab
2
4
 
3
5
  `tradelab` is a candle-based backtesting toolkit for Node.js. It is built for two use cases:
4
-
5
6
  - you already have candles and want a solid execution/backtest engine
6
7
  - you want to fetch Yahoo Finance data or import CSVs and backtest with minimal setup
7
8
 
8
- The package stays focused on historical research. It does not try to be a broker adapter or a live trading framework.
9
+ The package stays focused on historical research and testing, and is not trying to be a broker adapter or a live trading framework.
9
10
 
10
11
  ## Features
11
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tradelab",
3
- "version": "0.1.1",
4
- "description": "Feature-rich trading and backtesting engine for algorithmic trading strategies.",
3
+ "version": "0.1.2",
4
+ "description": "Reusable trading and backtesting engine for candle-based strategies",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "license": "MIT",