IQFEED and Matlab too slow

조회 수: 2 (최근 30일)
Rami AbouSleiman
Rami AbouSleiman 2016년 8월 9일
편집: Yair Altman 2020년 1월 12일
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