October 27th, 2008, 9:26 pm
"Does there exists any solution in Matlab that can be used to refresh the market in real time? Does Reuters have any support on this concern that would help?"If Reuters has an API that you can access. Look to connect Matlab using COM objects. You just need to build the file and call the events/ event listeners then register each one. I have already done this for a different source that plots real-time data in a stand alone GUI. Just for the record it keeps up with Crude Oil in real-time. But it can be done, just use COM, it will be much faster.Good Luck