ivolatility-backtesting 1.7.0__py3-none-any.whl → 1.8.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.
Potentially problematic release.
This version of ivolatility-backtesting might be problematic. Click here for more details.
- ivolatility_backtesting/ivolatility_backtesting.py +4 -4
- {ivolatility_backtesting-1.7.0.dist-info → ivolatility_backtesting-1.8.0.dist-info}/METADATA +1 -1
- ivolatility_backtesting-1.8.0.dist-info/RECORD +7 -0
- ivolatility_backtesting-1.7.0.dist-info/RECORD +0 -7
- {ivolatility_backtesting-1.7.0.dist-info → ivolatility_backtesting-1.8.0.dist-info}/WHEEL +0 -0
- {ivolatility_backtesting-1.7.0.dist-info → ivolatility_backtesting-1.8.0.dist-info}/licenses/LICENSE +0 -0
- {ivolatility_backtesting-1.7.0.dist-info → ivolatility_backtesting-1.8.0.dist-info}/top_level.txt +0 -0
|
@@ -2659,7 +2659,7 @@ def preload_data_universal(config, data_requests=None):
|
|
|
2659
2659
|
elif chunking.get('enabled', False):
|
|
2660
2660
|
date_param_from = chunking.get('date_param', 'from_')
|
|
2661
2661
|
date_param_to = chunking.get('date_param_to', 'to')
|
|
2662
|
-
chunk_days = chunking.get('chunk_days',
|
|
2662
|
+
chunk_days = chunking.get('chunk_days', 30)
|
|
2663
2663
|
chunk_size = timedelta(days=chunk_days)
|
|
2664
2664
|
|
|
2665
2665
|
current = start_date
|
|
@@ -2782,7 +2782,7 @@ def _auto_detect_requests(config):
|
|
|
2782
2782
|
'enabled': True,
|
|
2783
2783
|
'date_param': 'from_',
|
|
2784
2784
|
'date_param_to': 'to',
|
|
2785
|
-
'chunk_days':
|
|
2785
|
+
'chunk_days': config.get('chunk_days_options', 30)
|
|
2786
2786
|
},
|
|
2787
2787
|
'post_process': lambda df: _process_options_df(df)
|
|
2788
2788
|
})
|
|
@@ -2803,7 +2803,7 @@ def _auto_detect_requests(config):
|
|
|
2803
2803
|
'enabled': True,
|
|
2804
2804
|
'date_param': 'from_',
|
|
2805
2805
|
'date_param_to': 'to',
|
|
2806
|
-
'chunk_days':
|
|
2806
|
+
'chunk_days': config.get('chunk_days_options', 30)
|
|
2807
2807
|
}
|
|
2808
2808
|
})
|
|
2809
2809
|
|
|
@@ -2818,7 +2818,7 @@ def _auto_detect_requests(config):
|
|
|
2818
2818
|
'enabled': True,
|
|
2819
2819
|
'date_param': 'from_',
|
|
2820
2820
|
'date_param_to': 'to',
|
|
2821
|
-
'chunk_days':
|
|
2821
|
+
'chunk_days': config.get('chunk_days_stock', 180) # Stock data is lightweight
|
|
2822
2822
|
}
|
|
2823
2823
|
})
|
|
2824
2824
|
|
{ivolatility_backtesting-1.7.0.dist-info → ivolatility_backtesting-1.8.0.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ivolatility_backtesting
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.8.0
|
|
4
4
|
Summary: A universal backtesting framework for financial strategies using the IVolatility API.
|
|
5
5
|
Author-email: IVolatility <support@ivolatility.com>
|
|
6
6
|
Project-URL: Homepage, https://ivolatility.com
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
ivolatility_backtesting/__init__.py,sha256=xZh8uDYGCylBJ3CK4BOOmuBWNWLOyWpfwQumc8BclQ0,1563
|
|
2
|
+
ivolatility_backtesting/ivolatility_backtesting.py,sha256=lsI8nu0ST33egzMdOXN0muOY8tTRPF4499NiFcTQlGQ,173290
|
|
3
|
+
ivolatility_backtesting-1.8.0.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
ivolatility_backtesting-1.8.0.dist-info/METADATA,sha256=8ZBm1qxyID5CeJhPf6lSL4IS4j1xfDIiopZJMoHTu9A,2052
|
|
5
|
+
ivolatility_backtesting-1.8.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
ivolatility_backtesting-1.8.0.dist-info/top_level.txt,sha256=Qv3irUBntr8b11WIKNN6zzCSguwaWC4nWR-ZKq8NsjY,24
|
|
7
|
+
ivolatility_backtesting-1.8.0.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
ivolatility_backtesting/__init__.py,sha256=xZh8uDYGCylBJ3CK4BOOmuBWNWLOyWpfwQumc8BclQ0,1563
|
|
2
|
-
ivolatility_backtesting/ivolatility_backtesting.py,sha256=-2cnyS3sB7mt5x3XC2Go-keDWwo75J015L8mNJIC7oY,173190
|
|
3
|
-
ivolatility_backtesting-1.7.0.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
ivolatility_backtesting-1.7.0.dist-info/METADATA,sha256=lfRLTy4ItXBvSInRoO8-hcQ7h5o_nB_dhyBEovbWtts,2052
|
|
5
|
-
ivolatility_backtesting-1.7.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
ivolatility_backtesting-1.7.0.dist-info/top_level.txt,sha256=Qv3irUBntr8b11WIKNN6zzCSguwaWC4nWR-ZKq8NsjY,24
|
|
7
|
-
ivolatility_backtesting-1.7.0.dist-info/RECORD,,
|
|
File without changes
|
{ivolatility_backtesting-1.7.0.dist-info → ivolatility_backtesting-1.8.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{ivolatility_backtesting-1.7.0.dist-info → ivolatility_backtesting-1.8.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|