High Low Clustering on intraday high frequency sampled data

[This article was first published on Intelligent Trading, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Nothing unusually exciting on this post, but I happened to be engaged in some particle based methods recently and made some simple visual observations as I was setting up some of the sampling environment in R.  I am also using Rkward and Ubuntu to generate, so I’m gathering everything from the current environment (including graphics).


Fig 1. Parallel plot of half hr sample of High and Low intraday data points vs time (Max is purple dots, Min are red).

The plot illustrates sampled intraday data at half hour increments.
The highs and lows of each sample interval are overlaid using purple to denote an intraday high and red to denote an intraday low.
Interesting points of observation are–

1) The high and low samples tend to be clustered more often at concentrated intervals. Notice the majority of interval lows concentrated at the open, followed by highs at the first half hour interval, then back to lows.
2) Notice the sparsity of high and low events in the center of the sampled period.
3) Most importantly, high and low events do not appear to be uniformly and randomly distributed over time.

This kind of data processing is useful towards generating, exploring, and evaluating pattern based setups. The observed data matches well with some of the ideas promulgated by “The Logical Trader” author, Mark Fisher.

The study is by no means complete or conclusive, just stopping by to show more of the type of data processing and visual capabilities that R is capable of.   If anyone has done any more conclusive studies I’d be interested to hear.

To leave a comment for the author, please follow the link and comment on their blog: Intelligent Trading.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)