"Back-adjusted" data experts please....how could I

Discussions about the testing and simulation of mechanical trading systems using historical data and other methods. Trading Blox Customers should post Trading Blox specific questions in the Customer Support forum.
Post Reply
PTCM
Roundtable Fellow
Roundtable Fellow
Posts: 82
Joined: Fri Dec 19, 2003 2:58 pm
Location: Hong Kong

"Back-adjusted" data experts please....how could I

Post by PTCM »

I've bought 20 months of individual generic front-month "tickdata" from the Singapore exchange.

What's the easiest way to create a "back-adjusted" data file for TradeStation simulations assuming that the data should be rolled at expiration?

Is is possible to write an algorithim in Excel to do that ?


The data format is the followings:

date", "time", "close"
1/08/04,10:45,2285
1/08/04,10:45,2286
1/08/04,10:46,2283
1/08/04,10:46,2281
1/08/04,10:46,2284
1/08/04,10:47,2283

Please help. thanks a lot.
flex
Contributing Member
Contributing Member
Posts: 7
Joined: Wed Apr 14, 2004 4:04 am

Post by flex »

Save yourself the hassle by ringing CSI & purchasing Unfair Advantage. It does what you want & more (no, I don't work for them).
TrendMonkey
Roundtable Knight
Roundtable Knight
Posts: 154
Joined: Fri Apr 22, 2005 9:14 pm
Location: Vancouver, Canada

Post by TrendMonkey »

Go ahead and correct me if I'm wrong but isn't CSI limited to end of day data? I just flipped thru my UA manual and it implies this to be the case.
bolter
Full Member
Full Member
Posts: 11
Joined: Wed May 25, 2005 2:33 am
Location: Singapore

Post by bolter »

Yes CSI is just EOD.

It may be possible to do the back adjusting in Excel - but this seems like a blunt instrument. Excel will puke at the sheer volume of data to start with.

I would use some form of procedural language - C, Delphi, Matlab ... whatever. Doesn't really matter. It would be a trivial task in just about any language.

I presume of course that you understand how to back adjust, there are various techniques.

All the best.
Post Reply