Serving the Quantitative Finance Community

 
User avatar
linust
Topic Author
Posts: 0
Joined: August 2nd, 2004, 3:05 pm

Tick data filtering

January 18th, 2005, 12:14 pm

Would there be a legal problem with implementing the filtering system described in Introduction to High Frequency Finance (Olsen Associates) in an academic environment? Or is it covered fully or partly by patents?And, while I'm at it, are there other filtering techniques out there that would be even better for tick data? (I'm referring to outliers et.c., as in the recent Wilmott Magazine article)
 
User avatar
kc11415
Posts: 72
Joined: March 16th, 2003, 10:02 pm
Location: Indiana, USA

Tick data filtering

January 23rd, 2005, 9:54 am

not citing either favorably or unfavorably, but for what it's worth, a sort of layman's discussion:http://www.tickdata.com/EquityScrubbing.html http://www.tickdata.com/FilteringWhitePaper.pdf
All standard disclaimers apply, and then some.
 
User avatar
Tomfr
Posts: 1
Joined: January 25th, 2003, 5:18 pm

Tick data filtering

January 25th, 2005, 1:57 pm

Good luck to reproduce their entire model, some parts are not fully divulged in their book (vega-time among others)! If you were able to get the full model, that would probably mean that you have had access to privileged information and could indeed be a problem, I guess...
 
User avatar
linust
Topic Author
Posts: 0
Joined: August 2nd, 2004, 3:05 pm

Tick data filtering

February 3rd, 2005, 12:05 pm

QuoteOriginally posted by: TomfrGood luck to reproduce their entire model, some parts are not fully divulged in their book (vega-time among others)! If you were able to get the full model, that would probably mean that you have had access to privileged information and could indeed be a problem, I guess...Judging from what I have implemented so far it's looks like it's possible to get a fairly good, albeit slightly limited, filter using only public information (i.e. the book). I wouldn't mind releasing what I have written as open source when I've had the chance to clean it up. Let me know if anyone's interested (or if you have a reason to belive that I would get into legal problems doing that!).
 
User avatar
Wheeb
Posts: 0
Joined: November 3rd, 2003, 10:43 am

Tick data filtering

March 11th, 2005, 4:09 pm

Hi linustI am interested by your code if you do not mind!!!I am trying to do a filter to clean my data, and I have some difficulties to decide either to delete or to correct the wrong quote ..Moreover do you take in concideration the theta time ( defined by Dacorogna) in your filter or not?The type of error I need to clean are:the decimal errorthe repeated quotethe monotonic seriesand the outlierIs your filter resolve these problems?Thanks linustWheeb
 
User avatar
quantstudent19
Posts: 0
Joined: January 5th, 2004, 2:29 pm

Tick data filtering

March 16th, 2005, 5:26 pm

hii'd be interested in the code as well if it's possiblethks a lot
 
User avatar
jasemin
Posts: 0
Joined: August 17th, 2004, 7:59 pm

Tick data filtering

April 11th, 2005, 5:39 pm

I am interested in the codes too! Thanks a lot!