-
Notifications
You must be signed in to change notification settings - Fork 65
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
chart patterns recognition #114
Comments
I have been considering this already and definitely is on the roadmap. However, I cannot give you any day when this get implemented. If more people "upvote" this, then it will help speed it up. |
Thank you for answer. |
Can you guys describe how the output would look like? |
I meant what would be the outcome of an indicator. Currently each indicator outputs a value for every input value. |
I guess it could be an enum.IntFlag ? Like class DetectedPattern(IntFlag):
HeadAndShoulders = auto()
TopsAndBottoms = auto()
# [..] Since it's an IntFlag, in theory multiple patterns could be detected at the same time |
In the near future you will have additional recognition chart patterns function, like Head & Shoulders, Tops & Bottoms, Ascending & Descending Triangles, Wedges, Double Top & Bottom...
The text was updated successfully, but these errors were encountered: