Murray Ruggiero
Sponsor
Quote from abarker:
Hi Murray,
Sorry to bother you but I am having trouble trying to load a sample selection of intra day data that I received from TickData.
I use their software and modify the data to a ASCII file in 30 minutes lines.
When I try to get Traders Studio to recognise it I ge an error message.
Any ideas???
Below are a few sample lines from the data
20060201,09:00,1281.25,1283.25,1281.25,1281.50,93803
20060201,09:30,1281.50,1286.50,1280.25,1285.25,126037
20060201,10:00,1285.50,1286.50,1283.25,1283.50,76206
20060201,10:30,1283.50,1286.25,1281.50,1282.75,79385
The format is
ccyymmdd,HHMM,Open,High,Low,Close,Volume
The TXT file I generated ends up looking like this...
delimit=,
skip=0
dt=1
ti=2
op=3
hi=4
lo=5
cl=6
vol=7
oi=0
dtformat=CCYYMMDD
tiformat=HHMM
The error message I get from Traders Studio is
"Directory(name of my data directory) contains invalid files or does
not contain files at all".
Thanks for any help you (or anyone) may provide on this.
I want Intra Day data regarding Currency Futures, Forex and Indexes. If you have any other ideas on data apart from Tick Data please let me know.
All the nest,
Andrew
Andrew
Time is HH_MM , not HHMM in textinfo.txt file.