Skip to content

Commit

Permalink
Update 06 Examples.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Oct 20, 2023
1 parent 65d93a4 commit 94872d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h4>Example 3: Take 10 stocks that are the furthest above their 10-day SMA of vo
<h4>Example 4: Take the top 10 "fastest moving" stocks with a 50-Day EMA &gt; 200 Day EMA</h4>
<p>You can construct complex universe filters with the <code>SelectionData</code> helper class pattern. To view a full example of this algorithm, see the <a href="https://github.com/QuantConnect/Lean/blob/master/Algorithm.CSharp/EmaCrossUniverseSelectionAlgorithm.cs" class="csharp" rel="nofollow" target="_blank">EmaCrossUniverseSelectionAlgorithm</a><a href="https://github.com/QuantConnect/Lean/blob/master/Algorithm.Python/EmaCrossUniverseSelectionAlgorithm.py" class="python" rel="nofollow" target="_blank">EmaCrossUniverseSelectionAlgorithm</a> in the LEAN GitHub repository or take the <a href="/learning/task/153/">related Boot Camp lesson</a>.</p>

<h4>Example 4: Piotroski F-Score</h4>
<h4>Example 5: Piotroski F-Score</h4>
<p>To view this example, see the <a href='/research/15728/piotroski-f-score-investing/p1'>Piotroski F-Score Investing</a> Research post.</p>

<div class="example-fieldset">
Expand Down

0 comments on commit 94872d8

Please sign in to comment.