Skip to content

Commit f2f24ce

Browse files
authored
Update 05 Planning Your Lesson.html
1 parent 7b2fd02 commit f2f24ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

08 Meta/01 Creating BootCamp Tutorials/05 Planning Your Lesson.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h4>1. Strategy Selection</h4>
1717
<thead>
1818
<tr>
1919
<th style="width: 75%;">Beginner BootCamp Lessons</th>
20-
<th style="width: 15%;">Status</th>
20+
<th style="width: 15%; text-align: right;">Status</th>
2121
</tr>
2222
</thead>
2323
<tbody>
@@ -64,4 +64,4 @@ <h4>2. Strategy Implementation</h4>
6464
After selecting your strategy you need to fully implement the algorithm, writing the code in C# and Python as simply as possible. Users new to coding have a hard time deciphering large blocks of code so strategies should be kept very simple.
6565
</p>
6666

67-
<p>In writing the strategy remain aware of the conceptual layers you put into the algorithm's codebase. These layers of concepts are where you can separate out the lesson tasks. For example: in writing a lesson <i>"Buy and Hold, with Trailing Stop"</i> you might start by coding up the buy and hold logic, followed by placing a "trailing stop" (Stop Market Order), then finally you can make the stop move by updating its trigger price. These conceptual layers form the basis for how tasks are grouped together.</p>
67+
<p>In writing the strategy remain aware of the conceptual layers you put into the algorithm's codebase. These layers of concepts are where you can separate out the lesson tasks. For example: in writing a lesson <i>"Buy and Hold, with Trailing Stop"</i> you might start by coding up the buy and hold logic, followed by placing a "trailing stop" (Stop Market Order), then finally you can make the stop move by updating its trigger price. These conceptual layers form the basis for how tasks are grouped together.</p>

0 commit comments

Comments
 (0)