Skip to content

Commit

Permalink
Update TemplateBrokerageHistoryProviderTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero authored Nov 1, 2023
1 parent 4e33a4f commit 2146341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void GetsHistory(Symbol symbol, Resolution resolution, TimeSpan period, T
historyProvider.SetBrokerage(brokerage);
historyProvider.Initialize(new HistoryProviderInitializeParameters(null, null, null,
null, null, null, null,
false, null));
false, null, null));
var marketHoursDatabase = MarketHoursDatabase.FromDataFolder();
var now = DateTime.UtcNow;
Expand Down

0 comments on commit 2146341

Please sign in to comment.