03-11-2012, 04:17 PM
|
#58 |
Join Date: Dec 2008 Thanks: 0
Thanked 0 Times in 0 Posts
| Re: Algorithmic Trading with MATLAB Webinar Quote:
Originally Posted by sneo » real data handling: i believe its a matter of appropriate coding. i use live data on Excel and have yet to see a performance impact. i am talking about at least 7000 periods (min/hr/day) per product.
indicators: again, using TA-Lib on Matlab, its pretty well-written such that computation speed is fast (matter of millisecs). again, its how the arrays are being handled (and what matrix types used). the question will be how not to kill the computer by overloading it with a matrix of doubles when matrix of int8can make do for a simple binary signal generation.
charting: i presume if there is a need to use Matlab, probably coding a little more for charts won't hurt abit.
references can come from: http://en.literateprograms.org/Categ...anguage:MATLAB | Hi Sneo,
I am new to matlab, but have recently decided to try using freemat as matlab is too expensive. I like to as how do you use live data on excel ( i assume you are using dde or rtd feed into excel) for live analysis in matlab? Thanks |
| |