You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😉
The text was updated successfully, but these errors were encountered:
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 😉
The text was updated successfully, but these errors were encountered: