TA-Lib / ta-lib-python

Python wrapper for TA-Lib (http://ta-lib.org/).
http://ta-lib.github.io/ta-lib-python
Other
9.56k stars 1.75k forks source link

candlestick pattern #552

Open FernandoSudul opened 2 years ago

FernandoSudul commented 2 years ago

Good Morning!

How can I get the formulas like the candlestick patterns are calculate in this library?

Regards

mrjbq7 commented 2 years ago

Are you asking what exactly the candlestick patterns detect on?The best way is to look at the source code to know for sure. For example:ta-lib/ta_CDLBREAKAWAY.c at master · TA-Lib/ta-libgithub.comOn Oct 4, 2022, at 8:03 AM, FernandoSudul @.***> wrote: Good Morning! How can I get the formulas like the candlestick patterns are calculate in this library? Regards

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

FernandoSudul commented 2 years ago

I´d like to know the values and math rules that are use to calculate and detect each candlestick pattern.

baotang2118 commented 1 year ago

You have to look at the source code. Sometimes, pattern cannot be detected due to comparing float number.