facioquo / stock-indicators-python

Stock Indicators for Python. Maintained by @LeeDongGeon1996
https://python.StockIndicators.dev
Apache License 2.0
205 stars 34 forks source link

feat: Add `condense()` on all supported indicators #377

Closed LeeDongGeon1996 closed 2 months ago

LeeDongGeon1996 commented 2 months ago

Description

Issue

Checklist

LeeDongGeon1996 commented 2 months ago

@DaveSkender I think Codacy config is reset. Please exclude /docs and /tests from its coverage target.

LeeDongGeon1996 commented 2 months ago

That's the part I'm worried about recently. As I mentioned above, extension method is not supported, so we may need to find another approach to implement those features(chaining, streaming)