Description Usage Arguments Value See Also
Find matching patterns in a time series
1 2 | find.tpattern(x, pattern = pattern.db("HS")[[1]], tolerance = 0.25,
pip.tolerance = 2, find.all = TRUE, trend.adjusted = FALSE)
|
x |
xts, a time series in xts format |
pattern |
a list returned from a call to pattern.db() |
tolerance |
tolerance used for pattern matching definition (vol multiple) |
pip.tolerance |
tolerance used for searching important points (vol multiple) |
find.all |
boolean, whether to return all matches or the latest one |
trend.adjusted |
boolean, whether to adjust for trends during matching |
a list of pattern matches (object of type tpattern)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.