cinar / indicatorts

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

Fixing Documentation #451

Closed cereallarceny closed 6 months ago

cereallarceny commented 6 months ago

Describe Request

Updated all the documentation and bumped to 2.1.0 based on a few remaining code changes that were needed. Now the work I set out to do originally is completely finished. You're good to merge @cinar ! 👍

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 82.60870% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 71.88%. Comparing base (496c3e4) to head (b8b3669). Report is 8 commits behind head on main.

Files Patch % Lines
src/strategy/trend/macdStrategy.ts 0.00% 3 Missing :warning:
...trategy/volatility/projectionOscillatorStrategy.ts 0.00% 3 Missing :warning:
src/indicator/trend/parabolicSar.ts 92.30% 1 Missing :warning:
.../strategy/momentum/stochasticOscillatorStrategy.ts 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #451 +/- ## ========================================== + Coverage 65.58% 71.88% +6.30% ========================================== Files 94 102 +8 Lines 1537 1636 +99 Branches 181 204 +23 ========================================== + Hits 1008 1176 +168 + Misses 517 460 -57 + Partials 12 0 -12 ```

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

cinar commented 6 months ago

Thank you very much again!