-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Reference to
TradingDaysPerYear
Setting
- Loading branch information
1 parent
60a2880
commit 967f671
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
03 Writing Algorithms/39 Statistics/01 Algorithm Statistics/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<p>The <code>StatisticsResults</code> object tracks all the statistics of your algorithm. You can access the statistics anywhere in your algorithm where you have a reference to the algorithm class. Some of these statistics are a function of the <a href='/docs/v2/writing-algorithms/reality-modeling/risk-free-interest-rate/key-concepts'>risk free interest rate</a>.</p> | ||
<p>The <code>StatisticsResults</code> object tracks all the statistics of your algorithm. You can access the statistics anywhere in your algorithm where you have a reference to the algorithm class. Some of these statistics are a function of the <a href='/docs/v2/writing-algorithms/reality-modeling/risk-free-interest-rate/key-concepts'>risk free interest rate</a> and the <a href='/docs/v2/writing-algorithms/initialization#10-Set-Algorithm-Settings'>number of trading days per year</a>.</p> |
2 changes: 1 addition & 1 deletion
2
03 Writing Algorithms/39 Statistics/02 Runtime Statistics/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<p>Runtime statistics show the performace of your algorithm at a single moment in time. Some of these statistics are a function of the <a href='/docs/v2/writing-algorithms/reality-modeling/risk-free-interest-rate/key-concepts'>risk free interest rate</a>.</p> | ||
<p>Runtime statistics show the performace of your algorithm at a single moment in time. Some of these statistics are a function of the <a href='/docs/v2/writing-algorithms/reality-modeling/risk-free-interest-rate/key-concepts'>risk free interest rate</a> and the <a href='/docs/v2/writing-algorithms/initialization#10-Set-Algorithm-Settings'>number of trading days per year</a>.</p> |