PureBytes Links
Trading Reference Links
|
Once you have it working on historical data in Matlab, why not just use
the Matlab compiler to generate the guts of the C source code for a
normal TS DLL? Then there is no need for Matlab to be running realtime.
"The MATLAB Compiler automatically converts M-files into C and C++
source code, eliminating time-consuming and error-prone manual
translation and reducing development time for applications that run
outside the MATLAB environment."
"Supports the most widely used system compilers, including Microsoft
Visual C++, Borland, UNIX native compilers, and GNU (on Linux only)."
--
Dennis
|