Skip to content

Commit

Permalink
v2.0.2: fix hammer, doji pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnguyennguyen committed Jun 28, 2023
1 parent 3725b48 commit c52327d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
- [CandleStick pattern](https://github.com/thanhnguyennguyen/trading-indicator/issues/35)

### [2.0.1](https://www.npmjs.com/package/trading-indicator/v/2.0.1)
- Update input parameter, detach from OHLCV and re-use it. Check [Usage here](https://github.com/thanhnguyennguyen/trading-indicator/README.md)
- Update input parameter, detach from OHLCV and re-use it. Check [Usage here](https://github.com/thanhnguyennguyen/trading-indicator/README.md)

### [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
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.1",
"version": "2.0.2",
"description": "provide trading technical indicator values",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c52327d

Please sign in to comment.