-
Notifications
You must be signed in to change notification settings - Fork 61
feat: Add condense() on all supported indicators
#377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add condense() on all supported indicators
#377
Conversation
|
@DaveSkender I think Codacy config is reset. Please exclude |
condense() on all supported indicators
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nicely done. getting these extensions done well will make chaining (and then streaming) a bit easier when we eventually get to those parts.
indicators.get_alligator(quotes).condense()do you think this will be possible soon too?
quotes.get_alligator().condense()|
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) |
Description
typing_extensionsto 4.4.0 for@overrideIssue
pythonnetdoes not support extension method yetChecklist