Skip to content

Commit

Permalink
Update introduction.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Sep 26, 2024
1 parent fdb384e commit 5a06d4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Resources/trade-statistics/introduction.html
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<p>The <code>TradeBuilder</code> tracks the trades of your algorithm and calculates some statistics. You can adjust how it defines a trade and how it matches offsetting order fills.</p>
<p>
The <code>TradeBuilder</code> tracks the trades of your algorithm and calculates some statistics.
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>.
You can adjust how the <code>TradeBuilder</code> defines a trade and how it matches offsetting order fills.
</p>

0 comments on commit 5a06d4c

Please sign in to comment.