Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnguyennguyen committed Jul 3, 2023
1 parent f551988 commit 23b9fff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

### [2.0.3](https://www.npmjs.com/package/trading-indicator/v/2.0.3)
### [2.0.4](https://www.npmjs.com/package/trading-indicator/v/2.0.4)
- More indicators:
- CCI: Commodity Channel Index
- KST: Know Sure Thing
Expand All @@ -10,6 +10,8 @@
- KST crossing: trigger when KST line crosses Signal line
- VWAP cross SMA/EMA: trigger when VWAP line crosses SMA/EMA line

### 2.0.3: broken version

### [2.0.2](https://www.npmjs.com/package/trading-indicator/v/2.0.2)
- Update for hammer, doji pattern: check last confirmed candle, ignore un-confirm candle

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trading-indicator",
"version": "2.0.3-hotfix",
"version": "2.0.4",
"description": "provide trading technical indicator values",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 23b9fff

Please sign in to comment.