ta-lib-python icon indicating copy to clipboard operation
ta-lib-python copied to clipboard

candlestick pattern

Open FernandoSudul opened this issue 3 years ago • 3 comments

Good Morning!

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

Regards

FernandoSudul avatar Oct 04 '22 15:10 FernandoSudul

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: @.***>

mrjbq7 avatar Oct 04 '22 15:10 mrjbq7

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

FernandoSudul avatar Oct 04 '22 15:10 FernandoSudul

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

baotang2118 avatar Jan 18 '23 05:01 baotang2118