handling real time data
古いコメントを表示
Hi everyone, for the past few days I have been working on a trading system. The problem is the I cant seem to find a way to handle prices that come in once every 5 mins. I have developed couple of indicators that take in prices and generate the most probable outcome. Everything worked fine when I had the data stored. How do i work with data which is constantly updated every few minutes. The indicators need to store their past decisions, upon which they make their present decisions. Everytime I update my data, the system has to work all over again on the previous data plus the current data. Every run takes about a minute. Is there a way to some how pause the system ...to constantly receive data and output the outcome and then increase the array size and wait till the new batch of data arrives????
PS The source of data is metatrader dde server. PPS I have never worked with constantly updating data
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Financial Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!