IQFEED and Matlab too slow
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposte (1)
Yair Altman
il 12 Gen 2020
Modificato: Yair Altman
il 12 Gen 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);
0 Commenti
Vedere anche
Categorie
Scopri di più su Whos in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!