Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to update a data-matrix every minute with the last available data using DATAFEED

조회 수: 1 (최근 30일)
G
G 2016년 6월 9일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi all,
I´m using a data-feed connection to get real time stock data for an analysis
• Data provider: IQ Datafeed • Connection is made using the following formula:
c = iqf('login','password'); timeseries(c,'EURUSD.FXCM',{'05/05/2016 16:47:00','05/05/2016 16:49:00'},60);
If I put the following dates, '05/05/2016 16:47:00','05/05/2016 16:49:00'},60 and manually run the formula , I will get the data for the minute 47, 48 and 49.
I would like to automatically download the data into a matrix that will be updated every 1 minute with the most recent data. Any idea on how to do it?
Thank you in advance, Kind regards,

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by