Do MarketData GetSeries methods support tick data?
Created at 08 Mar 2014, 17:24
FL
Do MarketData GetSeries methods support tick data?
08 Mar 2014, 17:24
Hi,
with the introduction of the new timeframes (including ticks) have the MarketData GetSeries methods (/api/reference/internals/marketdata) been updated to suppport these new timeframes?
I tried with the "Tick1" timeframe, but the methods never return (neither throws an exception or any other indication something is wrong)
Thanks.
Spotware
10 Mar 2014, 08:46
MarketData.GetSeries throws NotSupportedException in case of usage tick time frames. We have plans to support tick time frames in future.
@Spotware