nardew / talipp

talipp - incremental technical analysis library for python
https://nardew.github.io/talipp
MIT License
363 stars 58 forks source link

chart patterns recognition #114

Open Khanhlinhdang opened 6 months ago

Khanhlinhdang commented 6 months ago

In the near future you will have additional recognition chart patterns function, like Head & Shoulders, Tops & Bottoms, Ascending & Descending Triangles, Wedges, Double Top & Bottom...

nardew commented 6 months ago

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.

Khanhlinhdang commented 6 months ago

Thank you for answer.

nardew commented 6 months ago

Can you guys describe how the output would look like?

Khanhlinhdang commented 6 months ago

I think it will be nice if it is a list of point, for example: in this picture, a triangle pattern has 5 point. you can open tradingview, and looking for indicator All Chart pattern. it was show very nice figure image

nardew commented 6 months ago

I meant what would be the outcome of an indicator. Currently each indicator outputs a value for every input value.