-
-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release adds in collect functions for the Performance and Risk s…
…ections
- Loading branch information
Showing
16 changed files
with
900 additions
and
895 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
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
428 changes: 214 additions & 214 deletions
428
tests/csv/test_toolkit_controller/test_toolkit_technicals.csv
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
1,3.535533905932738 | ||
2,2.1213203435596424 | ||
3,0.707106781186547 | ||
4,0.7071067811865458 | ||
4,0.707106781186546 |
6 changes: 3 additions & 3 deletions
6
tests/technical/csv/test_breadth_model/test_get_mcclellan_oscillator.csv
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,6 +1,6 @@ | ||
,0 | ||
0,0.0 | ||
1,9.523809523809524 | ||
2,17.274788703360137 | ||
3,23.579196863055866 | ||
4,23.508794299660828 | ||
2,17.27478870336013 | ||
3,23.57919686305586 | ||
4,23.50879429966082 |
8 changes: 4 additions & 4 deletions
8
tests/technical/csv/test_momentum_model/test_get_moving_average_convergence_divergence.csv
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,6 +1,6 @@ | ||
,MACD Line,Signal Line | ||
0,0.0,0.0 | ||
1,-0.006060606060606057,-0.002020202020202019 | ||
2,0.003122130394857668,-0.0003060912151821233 | ||
3,0.0018810696496646927,0.00042296240643348196 | ||
4,-0.0034553313416323646,-0.0008698021762551336 | ||
1,-0.006060606060606058,-0.0020202020202020193 | ||
2,0.003122130394857668,-0.0003060912151821237 | ||
3,0.0018810696496646927,0.0004229624064334817 | ||
4,-0.0034553313416323655,-0.0008698021762551339 |
6 changes: 3 additions & 3 deletions
6
tests/technical/csv/test_overlap_model/test_get_double_exponential_moving_average.csv
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,6 +1,6 @@ | ||
,0 | ||
0,0.01 | ||
1,-0.003223140495867768 | ||
2,0.013486100676183324 | ||
3,0.012655556314459396 | ||
4,0.0020944297148108373 | ||
2,0.013486100676183322 | ||
3,0.012655556314459394 | ||
4,0.0020944297148108356 |
2 changes: 1 addition & 1 deletion
2
tests/technical/csv/test_overlap_model/test_get_exponential_moving_average.csv
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,6 +1,6 @@ | ||
,0 | ||
0,0.01 | ||
1,0.0027272727272727266 | ||
1,0.0027272727272727275 | ||
2,0.011322314049586777 | ||
3,0.011081893313298272 | ||
4,0.005430639983607676 |
Oops, something went wrong.