Search found 4 matches
- Sat Nov 20, 2004 11:22 am
- Forum: Custom C++ or Java Platforms
- Topic: C++ Platform Design - Speed vs. Complexity
- Replies: 16
- Views: 65041
value of a database
Until very recently, I was thinking in terms of a mechanical trading platform written primarily for long-term operation and maintenence, and back-testing speed was a relatively low priority. I've since decided that continuous back-testing may be necessary in a system for trading stock, so speed ...
- Sat Nov 13, 2004 5:37 pm
- Forum: Custom C++ or Java Platforms
- Topic: C++ Platform Design - Speed vs. Complexity
- Replies: 16
- Views: 65041
- Thu Nov 11, 2004 11:35 am
- Forum: Custom C++ or Java Platforms
- Topic: Starting Point for C++ Program
- Replies: 22
- Views: 83930
C or C++
It looks like the C++ you're posting isn't "really" C++, but rather a hybrid of C++ and C. (The tip-off includes header files with the .h suffix and use of a character array rather than an STL construct.) I suggest picking up a good C++ book that's NOT a C book and doesn't waste your time with C ...
- Thu Nov 11, 2004 11:30 am
- Forum: Custom C++ or Java Platforms
- Topic: C++ Platform Design - Speed vs. Complexity
- Replies: 16
- Views: 65041
Other approaches to custom platforms
I'm in the early stages of developing a platform suitable for application of the turtle rules (both a dry-run for rules testing and eventual real use.) I'm using a SQL (MySQL) database to retain inventory, instrument details, market data (OHLC and derived values as a time series), and currency ...