Question about Milliseconds resolution from IQFeed

Questions about MultiCharts .NET and user contributed studies.
jojo

Question about Milliseconds resolution from IQFeed

Postby jojo » 23 Apr 2014

Hello
To avoid confusion one question please: How can I access the original timestamp send by Eurex in programming ? Not the computerdatetime-millisecionds stuff , as DateTime Now or similar ...
kind regs
Jojo

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Question about Milliseconds resolution from IQFeed

Postby Henry MultiСharts » 23 Apr 2014

Hello jojo,

Please check Bars.TimeValue.

jojo

Re: Question about Milliseconds resolution from IQFeed

Postby jojo » 03 Jun 2014

It seemes, that this is not working with 1 Min chart.
Only seconds shown.How can I reach this ?
kind regs
Jojo

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Question about Milliseconds resolution from IQFeed

Postby Henry MultiСharts » 03 Jun 2014

Millisecond timestamps are available only for tick-based resolutions.

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Question about Milliseconds resolution from IQFeed

Postby JoshM » 03 Jun 2014

It seemes, that this is not working with 1 Min chart.
Only seconds shown.How can I reach this ?
You can't; `Bars.Time[0]` returns the closing time of the bar (source). Vote for this feature request if you'd like to see that changed.

Real-time data can have milliseconds retrieved with `Bars.StatusLine.Time`.


Return to “MultiCharts .NET”