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

Documentation of pattern_recognition functions

Open prRZ5F4LXZ opened this issue 4 years ago • 3 comments

https://mrjbq7.github.io/ta-lib/func_groups/pattern_recognition.html

I don't find the detailed doc of the above functions.

For example, how is CDLHAMMER computed?

prRZ5F4LXZ avatar Jul 27 '21 15:07 prRZ5F4LXZ

Read the code?

https://github.com/TA-Lib/ta-lib/blob/master/src/ta_func/ta_CDLHAMMER.c

On Jul 27, 2021, at 8:10 AM, prRZ5F4LXZ @.***> wrote:

 https://mrjbq7.github.io/ta-lib/func_groups/pattern_recognition.html

I don't find the detailed doc of the above functions.

For example, how is CDLHAMMER computed?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

mrjbq7 avatar Jul 27 '21 15:07 mrjbq7

The code is complicated such that I can not follow it.

The algorithm should be really simple, which only should involve 4 numbers, O, H, L, C. The C code involves too much boilerplate code that is not relevant to the actual algorithm. Thus, a verbal or math formula-based explanation is needed in the doc.

prRZ5F4LXZ avatar Jul 27 '21 15:07 prRZ5F4LXZ

The code is what it does, feel free to contribute a summary.

On Jul 27, 2021, at 8:29 AM, prRZ5F4LXZ @.***> wrote:

 The code is complicated such that I can not follow it.

The algorithm should be really simple, which only should involve 4 numbers, O, H, L, C. The C code involves too much boilerplate code that is not relevant to the actual algorithm. Thus, a verbal or math formula-based explanation is needed in the doc.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

mrjbq7 avatar Jul 27 '21 15:07 mrjbq7