
Search found 4 matches
- Tue Feb 14, 2006 10:56 pm
- Forum: Data Providers and other non testing software
- Topic: Where to get accurate historical tick data?
- Replies: 16
- Views: 23191
- Sun Feb 12, 2006 7:49 pm
- Forum: Custom C++ or Java Platforms
- Topic: Choice of Database
- Replies: 5
- Views: 17041
I think using a database costs performance
Yes this is probably true for strict reads from simple tables (assuming both MySQL table is indexed and using binary tree index in file). However that's about the extent of what you can do with a "text" or binary file. Otherwise all banks, trading firms ...
Yes this is probably true for strict reads from simple tables (assuming both MySQL table is indexed and using binary tree index in file). However that's about the extent of what you can do with a "text" or binary file. Otherwise all banks, trading firms ...
- Sun Feb 12, 2006 7:32 pm
- Forum: Custom C++ or Java Platforms
- Topic: Choice of Database
- Replies: 5
- Views: 17041
- Sun Feb 12, 2006 4:46 pm
- Forum: Data Providers and other non testing software
- Topic: Where to get accurate historical tick data?
- Replies: 16
- Views: 23191
Where to get accurate historical tick data?
Hi,
I was wondering if anyone here has a any recommendations on vendors or sources of accurate historical tick data? It seems that most historical data that is sold by vendors is end of day data. I wanted write a program to back test the Original Turtle's Trading System. After reading about the ...
I was wondering if anyone here has a any recommendations on vendors or sources of accurate historical tick data? It seems that most historical data that is sold by vendors is end of day data. I wanted write a program to back test the Original Turtle's Trading System. After reading about the ...