We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2b2e7 commit e10e378Copy full SHA for e10e378
1 file changed
Common/Data/HistoryRequestFactory.cs
@@ -168,7 +168,7 @@ public DateTime GetStartTimeAlgoTz(
168
{
169
var isExtendedMarketHours = false;
170
// hour resolution does no have extended market hours data. Same for chain universes
171
- if (resolution != Resolution.Hour && !dataType.IsAssignableTo(typeof(BaseChainUniverseData)))
+ if (resolution != Resolution.Hour && LeanData.SupportsExtendedMarketHours(dataType))
172
173
if (extendedMarketHours.HasValue)
174
0 commit comments