Solve missing bug with TimeZones (#7511)
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
This commit is contained in:
committed by
GitHub
parent
07fbbe65bb
commit
33eb9dec9b
@@ -263,7 +263,7 @@ namespace QuantConnect.Algorithm
|
||||
if (timeZone != null)
|
||||
{
|
||||
// user set time zone
|
||||
MarketHoursDatabase.SetEntryAlwaysOpen(Market.USA, alias, SecurityType.Base, timeZone);
|
||||
MarketHoursDatabase.SetEntryAlwaysOpen(symbol.ID.Market, alias, SecurityType.Base, timeZone);
|
||||
}
|
||||
|
||||
//Add this new generic data as a tradeable security:
|
||||
|
||||
Reference in New Issue
Block a user