Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

john_choo

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by john_choo


  1. 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/Category:Programming_language: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

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.