Hello, i am working on this idea of finding in the historical prices of a security some pattern that are similar to the current one
(more detailed explanation in the notebook)
I have this problem:
i choose correlation (spearman) to decide wether or not 2 patterns are similar, and i have done it just because i have a p_value that confirm the correlation.
The other condition in that the 2 patterns must have a performance quite similar (5% plus or minus) overall
The problem:
when i plot the patterns they don't seem very much correlated, so maybe someone can point me in a better direction to find patterns similarities
thank you
-Giuseppe