MarketSeries

Created at 10 Aug 2016, 15:31
CT

ctid233655

Joined 28.06.2016

MarketSeries
10 Aug 2016, 15:31


Hi,

With MarketSeries we can extract the Highs, Lows, Open, Close, etc...

The question is there a quick way to extract the index (time) of the values that MarketSeries returns?

Thanks


@ctid233655
Replies

... Deleted by UFO ...

ctid233655
10 Aug 2016, 15:51

That's what it says, Opentime.

 

Let's see:

daily = MarketData.GetSeries(TimeFrame.Daily);

dailyHigh = daily.High.Last(0)

 

At what time did it happened?

 


@ctid233655