ivolatility-backtesting 1.36__tar.gz → 1.38__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ivolatility_backtesting
3
- Version: 1.36
3
+ Version: 1.38
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
@@ -20,7 +20,8 @@ from .ivolatility_backtesting import (
20
20
  precalculate_indicators_from_config, build_indicator_lookup,
21
21
  INDICATOR_REGISTRY, auto_calculate_lookback_period,
22
22
  calculate_iv_lean_from_ivx, preload_ivx_zscore_cache,
23
- calculate_iv_percentile_from_ivx # For earnings strategies
23
+ calculate_iv_percentile_from_ivx, # For earnings strategies
24
+ configure_baseline_stop_loss # For optimization baseline
24
25
  )
25
26
 
26
27
  __all__ = [
@@ -47,5 +48,6 @@ __all__ = [
47
48
  'INDICATOR_REGISTRY', 'auto_calculate_lookback_period',
48
49
  # IV Lean / Z-Score functions
49
50
  'calculate_iv_lean_from_ivx', 'preload_ivx_zscore_cache',
50
- 'calculate_iv_percentile_from_ivx' # For earnings strategies
51
+ 'calculate_iv_percentile_from_ivx', # For earnings strategies
52
+ 'configure_baseline_stop_loss' # For optimization baseline
51
53
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ivolatility_backtesting
3
- Version: 1.36
3
+ Version: 1.38
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ivolatility_backtesting"
7
- version = "1.36"
7
+ version = "1.38"
8
8
  description = "A universal backtesting framework for financial strategies using the IVolatility API."
9
9
  readme = "README.md"
10
10
  authors = [