-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1919 from DerekMelchin/bug-trade-statistics-dupli…
…cate Duplicate Trade Statistics
- Loading branch information
Showing
17 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
03 Writing Algorithms/22 Trading and Orders/11 Trade Statistics/01 Introduction.php
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/trade-statistics/introduction.html"); ?> |
1 change: 1 addition & 0 deletions
1
03 Writing Algorithms/22 Trading and Orders/11 Trade Statistics/02 Set Trade Builder.php
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/trade-statistics/set-trade-builder.php"); ?> |
1 change: 1 addition & 0 deletions
1
03 Writing Algorithms/22 Trading and Orders/11 Trade Statistics/03 Default Behavior.php
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/trade-statistics/default-behavior.php"); ?> |
1 change: 1 addition & 0 deletions
1
03 Writing Algorithms/22 Trading and Orders/11 Trade Statistics/04 Check Open Positions.php
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/trade-statistics/check-open-positions.php"); ?> |
1 change: 1 addition & 0 deletions
1
03 Writing Algorithms/22 Trading and Orders/11 Trade Statistics/05 Get Closed Trades.php
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/trade-statistics/get-closed-trades.php"); ?> |
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
1 change: 1 addition & 0 deletions
1
03 Writing Algorithms/39 Statistics/03 Trade Statistics/01 Introduction.php
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/trade-statistics/introduction.html"); ?> |
1 change: 1 addition & 0 deletions
1
03 Writing Algorithms/39 Statistics/03 Trade Statistics/02 Set Trade Builder.php
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/trade-statistics/set-trade-builder.php"); ?> |
1 change: 1 addition & 0 deletions
1
03 Writing Algorithms/39 Statistics/03 Trade Statistics/03 Default Behavior.php
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/trade-statistics/default-behavior.php"); ?> |
1 change: 1 addition & 0 deletions
1
03 Writing Algorithms/39 Statistics/03 Trade Statistics/04 Check Open Positions.php
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/trade-statistics/check-open-positions.php"); ?> |
1 change: 1 addition & 0 deletions
1
03 Writing Algorithms/39 Statistics/03 Trade Statistics/05 Get Closed Trades.php
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/trade-statistics/get-closed-trades.php"); ?> |
12 changes: 12 additions & 0 deletions
12
03 Writing Algorithms/39 Statistics/03 Trade Statistics/metadata.json
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 |
---|---|---|
@@ -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" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.