IQFEED and Matlab too slow

2 次查看(过去 30 天)
Rami AbouSleiman
Rami AbouSleiman 2016-8-9
IQFEED and matlab are too slow. When I use any other charting software it works fine, Matlab seems the problem. I am using R2016a. Any idea why this could be a problem?

回答(1 个)

Yair Altman
Yair Altman 2020-1-12
编辑:Yair Altman 2020-1-12
For anyone interested, the IQML (IQFeed-Matlab) connector was specifically designed for top performance, including parallel and asynchronous (background) queries.
Here is a simple usage example that uses parallel history queries for 4 symbols (requires Parallel Computing Toolbox):
data = IQML('history', 'symbol','IBM,AAPL,MSFT,GOOG', 'UseParallel',true);

类别

Help CenterFile Exchange 中查找有关 Dates and Time 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by