Session Information for Arbitrary Symbol

Questions about MultiCharts .NET and user contributed studies.
davewolfs
Posts: 89
Joined: Feb 06 2013
Has thanked: 2 times
Been thanked: 11 times

Jan 06 2015

How can I obtain session information for a symbol that is not part of the main stream.

E.g. I realize we can make make this call Bars.Sessions. But how can I get this for a symbol I have loaded from say SymbolStorage.

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

Jan 07 2015

Hello davewolfs,

Your inquiry is being analyzed.

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

Jan 08 2015

davewolfs, session information is available only for the instruments plotted on the chart (using Bars.Sessions). There is no way to get the sessions for a symbol loaded using SymbolStorage.

davewolfs
Posts: 89
Joined: Feb 06 2013
Has thanked: 2 times
Been thanked: 11 times

Jan 08 2015

davewolfs, session information is available only for the instruments plotted on the chart (using Bars.Sessions). There is no way to get the sessions for a symbol loaded using SymbolStorage.
Seems like this information should be part of symbol storage. API should expose it.

MidKnight
Posts: 343
Joined: Aug 12 2012
Has thanked: 123 times
Been thanked: 56 times

Jan 08 2015

^^ I agree. Currently, this seems inconsistent.