Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h4>Classic Algorithm Example</h4>
if symbol_changed_event:
self.debug(f"{self.time} &gt;&gt; SYMBOL CHANGED &gt;&gt; {symbol_changed_event.old_symbol} -&gt; {symbol_changed_event.new_symbol}")
</pre>
<pre><code class="csharp">public class USEquitySecurityMasterAlgorithm : QCAlgorithm
<pre class="csharp">public class USEquitySecurityMasterAlgorithm : QCAlgorithm
{
private Symbol _equity;

Expand Down
2 changes: 2 additions & 0 deletions Resources/datasets/market-hours/cfd-market-hours.js
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,7 @@ const DATA = {
"6/16/2029",
"6/19/2007",
"6/19/2026",
"6/18/2027",
"6/2/2014",
"6/22/2004",
"6/22/2023",
Expand Down Expand Up @@ -6228,6 +6229,7 @@ const DATA = {
"6/19/2024",
"6/19/2025",
"6/19/2026",
"6/18/2027",
"7/3/1998",
"7/5/1999",
"7/4/2000",
Expand Down
Loading