cinar / indicatorts

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

Add strategy to module exports #464

Closed andrerei closed 3 months ago

andrerei commented 3 months ago

Describe Request

This PR adds the strategies to the module exports, so you can use them like they are mentioned in the documentation.

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 72.84%. Comparing base (496c3e4) to head (73ee388). Report is 18 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #464 +/- ## ========================================== + Coverage 65.58% 72.84% +7.26% ========================================== Files 94 107 +13 Lines 1537 1694 +157 Branches 181 251 +70 ========================================== + Hits 1008 1234 +226 + 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 3 months ago

Thank you very much for your contribution!