v3.1.0 Improved Triangle pattern detection and classification. #39
BennyThadikaran
announced in
Announcements
Replies: 2 comments 4 replies
-
Guess this broke the windows fix again? |
Beta Was this translation helpful? Give feedback.
3 replies
-
thank you for fixing it so fast. it works perfectly now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In previous versions, most Triangle patterns were being classified as Symmetrical with very few Ascending or Descending triangles.
This update fixes the issue so that Triangles are now properly classified. It also fixes a logical error in filtering to ensure Triangles have the correct shape and form.
Breaking Change: I fixed a typo.
Symetric
is changed toSymmetric
. Because of this change, JSON files output from previous versions will throw an error on this version. Delete them and rescan.Beta Was this translation helpful? Give feedback.
All reactions