MarketSeries

Created at 10 Aug 2016, 15:31
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
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