MarketSeries
Created at 10 Aug 2016, 15:31
CT
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
Replies
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
... Deleted by UFO ...