Skip to content

Commit

Permalink
Merge pull request #1919 from DerekMelchin/bug-trade-statistics-dupli…
Browse files Browse the repository at this point in the history
…cate

Duplicate Trade Statistics
  • Loading branch information
DerekMelchin authored Sep 26, 2024
2 parents f6b8f18 + 89fc23b commit fdb384e
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/trade-statistics/introduction.html"); ?>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/trade-statistics/set-trade-builder.php"); ?>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/trade-statistics/default-behavior.php"); ?>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/trade-statistics/check-open-positions.php"); ?>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/trade-statistics/get-closed-trades.php"); ?>
3 changes: 2 additions & 1 deletion 03 Writing Algorithms/39 Statistics/00.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"featureShortDescription": {
"01" : "Trade statistics and rolling KPIs",
"02" : "Performace at a single moment in time"
"02" : "Performace at a single moment in time",
"03" : "Get and customize trade statistics"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/trade-statistics/introduction.html"); ?>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/trade-statistics/set-trade-builder.php"); ?>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/trade-statistics/default-behavior.php"); ?>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/trade-statistics/check-open-positions.php"); ?>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/trade-statistics/get-closed-trades.php"); ?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "metadata",
"values": {
"description": "The TradeBuilder tracks your trades and calculates some statistics. You can adjust how it defines a trade and how it matches offsetting order fills.",
"keywords": "trade statistics, group order fills into trades, match offsetting order fills, fill to fill, check open positions, get your closed trades",
"og:description": "The TradeBuilder tracks your trades and calculates some statistics. You can adjust how it defines a trade and how it matches offsetting order fills.",
"og:title": "Trade Statistics - Documentation QuantConnect.com",
"og:type": "website",
"og:site_name": "Trade Statistics - QuantConnect.com",
"og:image": "https://cdn.quantconnect.com/docs/i/writing-algorithms/statistics/trade-statistics.png"
}
}

0 comments on commit fdb384e

Please sign in to comment.