prosperity3bt 0.4.0__tar.gz → 0.5.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/PKG-INFO +4 -2
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/README.md +3 -1
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/data.py +1 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round1/__init__.py +0 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round1/prices_round_1_day_-1.csv +30001 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round1/prices_round_1_day_-2.csv +30001 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round1/prices_round_1_day_0.csv +30001 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round1/trades_round_1_day_-1_nn.csv +8307 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round1/trades_round_1_day_-2_nn.csv +8399 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round1/trades_round_1_day_0_nn.csv +8183 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round6/__init__.py +0 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round6/prices_round_6_day_0.csv +4001 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round6/prices_round_6_day_1.csv +3001 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round6/trades_round_6_day_0_nn.csv +1089 -0
- prosperity3bt-0.5.0/prosperity3bt/resources/round6/trades_round_6_day_1_nn.csv +845 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt.egg-info/PKG-INFO +4 -2
- prosperity3bt-0.5.0/prosperity3bt.egg-info/SOURCES.txt +35 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/pyproject.toml +1 -1
- prosperity3bt-0.4.0/prosperity3bt.egg-info/SOURCES.txt +0 -23
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/LICENSE +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/__init__.py +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/__main__.py +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/datamodel.py +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/file_reader.py +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/models.py +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/open.py +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/parse_submission_logs.py +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/py.typed +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/resources/__init__.py +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/resources/round0/__init__.py +0 -0
- /prosperity3bt-0.4.0/prosperity3bt/resources/round0/prices_round_0_day_-2.csv → /prosperity3bt-0.5.0/prosperity3bt/resources/round0/prices_round_0_day_-1.csv +0 -0
- /prosperity3bt-0.4.0/prosperity3bt/resources/round0/trades_round_0_day_-2_nn.csv → /prosperity3bt-0.5.0/prosperity3bt/resources/round0/trades_round_0_day_-1_nn.csv +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/runner.py +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt.egg-info/dependency_links.txt +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt.egg-info/entry_points.txt +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt.egg-info/requires.txt +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt.egg-info/top_level.txt +0 -0
- {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: prosperity3bt
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.0
|
4
4
|
Summary: Backtester for IMC Prosperity 3 algorithms
|
5
5
|
Author-email: Jasper van Merle <jaspervmerle@gmail.com>
|
6
6
|
License: MIT License
|
@@ -116,7 +116,9 @@ Limits are enforced before orders are matched to order depths. If for a product
|
|
116
116
|
## Data Files
|
117
117
|
|
118
118
|
Data for the following rounds is included:
|
119
|
-
- Round 0: prices and anonymized trades data on RAINFOREST_RESIN and KELP that was used during tutorial submission runs.
|
119
|
+
- Round 0: prices and anonymized trades data on RAINFOREST_RESIN and KELP that was used during tutorial submission runs. The anonymized trades data is derived from the submission of an algorithm that places no orders.
|
120
|
+
- Round 1: prices and anonymized trades data on RAINFOREST_RESIN and KELP.
|
121
|
+
- Round 6: prices and anonymized trades data that was used during submission runs. Round 6 day X represents the submission data of round X, where X = 0 means the tutorial round. The anonymized trades data is derived from the submission of an algorithm that places no orders.
|
120
122
|
|
121
123
|
## Environment Variables
|
122
124
|
|
@@ -70,7 +70,9 @@ Limits are enforced before orders are matched to order depths. If for a product
|
|
70
70
|
## Data Files
|
71
71
|
|
72
72
|
Data for the following rounds is included:
|
73
|
-
- Round 0: prices and anonymized trades data on RAINFOREST_RESIN and KELP that was used during tutorial submission runs.
|
73
|
+
- Round 0: prices and anonymized trades data on RAINFOREST_RESIN and KELP that was used during tutorial submission runs. The anonymized trades data is derived from the submission of an algorithm that places no orders.
|
74
|
+
- Round 1: prices and anonymized trades data on RAINFOREST_RESIN and KELP.
|
75
|
+
- Round 6: prices and anonymized trades data that was used during submission runs. Round 6 day X represents the submission data of round X, where X = 0 means the tutorial round. The anonymized trades data is derived from the submission of an algorithm that places no orders.
|
74
76
|
|
75
77
|
## Environment Variables
|
76
78
|
|
File without changes
|