prosperity3bt 0.5.0__py3-none-any.whl → 0.6.0__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prosperity3bt
3
- Version: 0.5.0
3
+ Version: 0.6.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
@@ -117,8 +117,10 @@ Limits are enforced before orders are matched to order depths. If for a product
117
117
 
118
118
  Data for the following rounds is included:
119
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.
120
+ - Round 1: prices and anonymized trades data on RAINFOREST_RESIN, KELP, and SQUID_INK.
121
+ - Round 2: prices and anonymized trades data on RAINFOREST_RESIN, KELP, SQUID_INK, CROISSANTS, JAMS, DJEMBES, PICNIC_BASKET1, and PICNIC_BASKET2.
121
122
  - 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.
123
+ - Round 7: prices data that was used during end-of-round runs. Round 7 day X represents the submission data of round X. The exception to the rule is round 1, its old end-of-round data can be found in round 7 day 0 while its new data will be made available at round 7 day 1 once its made available.
122
124
 
123
125
  ## Environment Variables
124
126
 
@@ -1,6 +1,6 @@
1
1
  prosperity3bt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  prosperity3bt/__main__.py,sha256=R2QQg0m0kFp4qnL_fTuwLrYYQDrTRupw6vLSnzxmrGs,9422
3
- prosperity3bt/data.py,sha256=7xDwrVAhhLV2YiicSfOOpp4UCxyru8Nw1O3q_P4TSsc,4116
3
+ prosperity3bt/data.py,sha256=5C96YD4nMEUKuE6siUOfycOEC6sgwqxFjI22tTgRlF8,4045
4
4
  prosperity3bt/datamodel.py,sha256=zcQTqLkOG2IRT6a9BWdYKtJ8wqyJulkQcHs0H5IfiqA,4040
5
5
  prosperity3bt/file_reader.py,sha256=KOqedBdzbLax9u2GIOYjfp3EVVVC00RWZrjWbaLe-bc,1392
6
6
  prosperity3bt/models.py,sha256=t4_RqcRLT199Y80ZO47q_6jirb2qiSiTzVVLEemyVcw,2560
@@ -19,14 +19,25 @@ prosperity3bt/resources/round1/prices_round_1_day_0.csv,sha256=IhpdxxNz7Px2uhEl1
19
19
  prosperity3bt/resources/round1/trades_round_1_day_-1_nn.csv,sha256=7tOyDs5Czci71reaUOcM8qmPFyZ8AKovGnuBP5Pjf2g,318286
20
20
  prosperity3bt/resources/round1/trades_round_1_day_-2_nn.csv,sha256=xZj6ZLRkYMAiLPY27GA4fH88uPjqB209ZmpEZxLDiNg,322292
21
21
  prosperity3bt/resources/round1/trades_round_1_day_0_nn.csv,sha256=zVN6EsxRJlbaDEK3V9balEi-d5Z3ockRx5Hh5_KtF8k,314127
22
+ prosperity3bt/resources/round2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
+ prosperity3bt/resources/round2/prices_round_2_day_-1.csv,sha256=iPIalftuzMChmVBZW40iHK15j9prfx_Cy55pFwVSKUQ,5144188
24
+ prosperity3bt/resources/round2/prices_round_2_day_0.csv,sha256=6Lp_d-bBm3vYOnswYkA4IMuFtfsV5Rn56SaKQnoC52E,5064681
25
+ prosperity3bt/resources/round2/prices_round_2_day_1.csv,sha256=uEAc2XhX8NG266W61xVhOIB-oZMvS4YFVqOueiDG1TQ,5062304
26
+ prosperity3bt/resources/round2/trades_round_2_day_-1_nn.csv,sha256=6Y_hdrQL6tg9rIjIGdkuKHCsk_4mz9Q3qLlIffZjQf4,482682
27
+ prosperity3bt/resources/round2/trades_round_2_day_0_nn.csv,sha256=acbo9lpQrJGWV3EXmb7F8jePLbbcI8BJJjpkPCjXpEA,481747
28
+ prosperity3bt/resources/round2/trades_round_2_day_1_nn.csv,sha256=fs6Z_3aYHsB6G2cHw2Mf-JESSFkz61c34CsdcICBv0o,485456
22
29
  prosperity3bt/resources/round6/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
30
  prosperity3bt/resources/round6/prices_round_6_day_0.csv,sha256=3vIHfkfwCBZW9AUw5sjmdzOuJaBDLlsIUMDvuiObH7Q,249936
24
31
  prosperity3bt/resources/round6/prices_round_6_day_1.csv,sha256=droGCP4w-LiEml8tMhWWGSUP65uwl7zmI5g4OHzqWpE,177644
32
+ prosperity3bt/resources/round6/prices_round_6_day_2.csv,sha256=HNmNMQw7sypCk3q7ns1jpb68k4hys4r97pu1L8VxDIM,499069
25
33
  prosperity3bt/resources/round6/trades_round_6_day_0_nn.csv,sha256=Hh8tpscl4QePzOEDrMIdFXTdaK4ok745eImnJvHUxuw,39258
26
34
  prosperity3bt/resources/round6/trades_round_6_day_1_nn.csv,sha256=nmjgCG2QuHm6kUAlYk2eDfEfIo3uMs3Lw3p7MDZXpkI,30199
27
- prosperity3bt-0.5.0.dist-info/licenses/LICENSE,sha256=fel8BL5f1w-o-aUb4ZDJchOOx_ldqM0V9aIxl5G00MA,1073
28
- prosperity3bt-0.5.0.dist-info/METADATA,sha256=853J887uqTSsyIq6ZjNmWQFmAwkxtNuVoPadNxKNA2E,7627
29
- prosperity3bt-0.5.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
30
- prosperity3bt-0.5.0.dist-info/entry_points.txt,sha256=09PWTfMVNppmPEDXrbOtIRK087zoC5W2IBXWpD7WolQ,62
31
- prosperity3bt-0.5.0.dist-info/top_level.txt,sha256=aPf2VrYQr3L02jA7JNT0lEFbIG0-T9f0TLwHdxgVJIc,14
32
- prosperity3bt-0.5.0.dist-info/RECORD,,
35
+ prosperity3bt/resources/round6/trades_round_6_day_2_nn.csv,sha256=0JnCNmDjyG4yJudo-GSo5AyQT7Dc9rdvWFHwkHRFhgE,44265
36
+ prosperity3bt/resources/round7/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
+ prosperity3bt/resources/round7/prices_round_7_day_0.csv,sha256=XBWulGsojaXwTpxJkJ3Q0CRAQeytiqtjkDzi6mWRuds,2023131
38
+ prosperity3bt-0.6.0.dist-info/licenses/LICENSE,sha256=fel8BL5f1w-o-aUb4ZDJchOOx_ldqM0V9aIxl5G00MA,1073
39
+ prosperity3bt-0.6.0.dist-info/METADATA,sha256=VIruebM8pOkZBDhkXgKTa3tZig42nzoq1MdNuohppwk,8083
40
+ prosperity3bt-0.6.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
41
+ prosperity3bt-0.6.0.dist-info/entry_points.txt,sha256=09PWTfMVNppmPEDXrbOtIRK087zoC5W2IBXWpD7WolQ,62
42
+ prosperity3bt-0.6.0.dist-info/top_level.txt,sha256=aPf2VrYQr3L02jA7JNT0lEFbIG0-T9f0TLwHdxgVJIc,14
43
+ prosperity3bt-0.6.0.dist-info/RECORD,,