IQFEED and Matlab too slow

2 visualizaciones (últimos 30 días)
Rami AbouSleiman
Rami AbouSleiman el 9 de Ag. de 2016
Editada: Yair Altman el 12 de En. de 2020
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?

Respuestas (1)

Yair Altman
Yair Altman el 12 de En. de 2020
Editada: Yair Altman el 12 de En. de 2020
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);

Categorías

Más información sobre Dates and Time en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by