Hi,
I'm using RequestTimeSales(pFilter). I want to load Tics from History (3 days).
My problem: I have to process the Tics in sequence from the past to now.
So I have to wait till the loading of history data is completed.
I tried to use "eSignal.GetNumTimeSalesRtBars(lHandle) = 0" as an indcator.
But "eSignal.GetNumTimeSalestBars(lHandle)" is still increasing.
Question: Is there an Indicator for "Loading of History is finished" ?
Thanks Gereon
I'm using RequestTimeSales(pFilter). I want to load Tics from History (3 days).
My problem: I have to process the Tics in sequence from the past to now.
So I have to wait till the loading of history data is completed.
I tried to use "eSignal.GetNumTimeSalesRtBars(lHandle) = 0" as an indcator.
But "eSignal.GetNumTimeSalestBars(lHandle)" is still increasing.
Question: Is there an Indicator for "Loading of History is finished" ?
Thanks Gereon
Comment