cinar / indicatorts

IndicatorTS - Stock technical indicators and strategies in TypeScript for browser and server programs.
MIT License
280 stars 48 forks source link

Fix shift left function was incorrect (#452) #459

Closed Thomas-Heniart closed 4 months ago

Thomas-Heniart commented 4 months ago

Describe Request

The shift left function was incorrect

Fixed #452

Change Type

Fix function

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.30%. Comparing base (496c3e4) to head (ff1c25a). Report is 13 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #459 +/- ## ========================================== + Coverage 65.58% 72.30% +6.72% ========================================== Files 94 102 +8 Lines 1537 1661 +124 Branches 181 251 +70 ========================================== + Hits 1008 1201 +193 + Misses 517 448 -69 Partials 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cinar commented 4 months ago

Just pushed v2.2.1 with the fix.