Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot chain the patterns #2

Open
vitaly-t opened this issue Nov 1, 2018 · 1 comment
Open

Cannot chain the patterns #2

vitaly-t opened this issue Nov 1, 2018 · 1 comment

Comments

@vitaly-t
Copy link

vitaly-t commented Nov 1, 2018

The essential value of pattern recognition is in constructing a chain of patterns from an array of candles, i.e. taking an array of candles, and producing an array of [pattern1, pattern2, pattern3,...], so it is possible to use such data to evaluate data predicted by the pattern versus the actual data, which in turn provides evaluation of patterns accuracy/reliance within any given data set.

Currently, the library does not let you construct such pattern chain at all.

So this is a proposed improvement 😉

@brandonros
Copy link

Is this solved by "quantifying" the candles (from object with just OHLC to trying to label them)?

isHammer(candlestick)
isInvertedHammer(candlestick)
isBullishHammer(candlestick)
isBearishHammer(candlestick)
isBullishInvertedHammer(candlestick)
isBearishInvertedHammer(candlestick)

Can't you call these functions on each candle to determine what it is?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants