Skip to content

high frequency data analysis in R

3 messages · Mark Leeds, Michael, Neil Tiffin

#
I want to see what statistical experiments I can run on my data.
The very first thing came to my mind was the "correlation" ...
But I am not sure if the concept of usual "correlation" is directly
applicable after I resampled the data into regularly spaced data. But
then again another question is what's a good resampling period? Maybe
"correlation" is sensitive to the resampling period...
On Thu, May 21, 2009 at 1:37 PM, <markleeds at verizon.net> wrote:
#
What I have been interested in, just started looking at, but not found  
is what predictive value is available from changes in the patterns in  
the tick data.  Now I am a complete neophyte so please do shoot me down.

Let me use an example, because I am not even sure of the right language.

If a stock is trading with roughly equal transactions at the bid and  
at the ask price* with some pattern of volume, lets say mostly small  
lots.  There are a number of things that can happen at this point.   
The transaction price can move up or down, the bid and ask price can  
move up or down, the absolute volume traded at either the bid or ask  
price* can go up or down, the bid ask spread can increase or decrease,  
the block size of the trades can go up or down, the frequency of  
trades can go up or down and probably something I missed.  This seems  
like a lot of information that goes away when you go to 1 minutes  
open, close, high, and low data.

I have been trading for some time without using any statistics so I  
understand some of the manipulations that occur in this whole scheme.   
So the answer that this level of analysis does not mean anything is  
not what  I am looking for.  I understand that any analysis of this  
type is likely to be specific to market conditions.  If not, then we  
would have the magic bullet.

My question is can any of these changes predict what will happen short  
term or even that changes are afloat?  There is probably some back  
room someplace where this is the secret formula never to be divulged.   
But I have to ask, where has this been researched and what is publicly  
available.

* keep in mind that the transactions can be between, over or under the  
bid and ask price.
On May 21, 2009, at 3:45 PM, Michael wrote: