plotguy 2.1__tar.gz → 2.1.2__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: plotguy
3
- Version: 2.1
3
+ Version: 2.1.2
4
4
  Summary: Plotguy
5
5
  Home-page: https://pypi.org/project/plotguy/
6
6
  Author: Plotguy Team
@@ -8,8 +8,9 @@ Author-email: plotguy.info@gmail.com
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: OS Independent
10
10
  Description-Content-Type: text/markdown
11
- Requires-Dist: stepuptools
11
+ Requires-Dist: setuptools
12
12
  Requires-Dist: numpy==2.4.2
13
+ Requires-Dist: pandas==2.3.3
13
14
  Requires-Dist: hkfdb
14
15
  Requires-Dist: pyarrow==23.0.0
15
16
  Requires-Dist: fastparquet
@@ -167,6 +167,8 @@ def save_backtest_result(df, para_combination_item):
167
167
  equity_annualized_std = 0
168
168
  equity_annualized_sr = 0
169
169
  equity_net_profit_to_mdd = np.inf
170
+ equity_mdd_dollar = 0
171
+ equity_mdd_pct = 0
170
172
 
171
173
  num_of_win = 0
172
174
  num_of_trade = 0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotguy
3
- Version: 2.1
3
+ Version: 2.1.2
4
4
  Summary: Plotguy
5
5
  Home-page: https://pypi.org/project/plotguy/
6
6
  Author: Plotguy Team
@@ -8,8 +8,9 @@ Author-email: plotguy.info@gmail.com
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: OS Independent
10
10
  Description-Content-Type: text/markdown
11
- Requires-Dist: stepuptools
11
+ Requires-Dist: setuptools
12
12
  Requires-Dist: numpy==2.4.2
13
+ Requires-Dist: pandas==2.3.3
13
14
  Requires-Dist: hkfdb
14
15
  Requires-Dist: pyarrow==23.0.0
15
16
  Requires-Dist: fastparquet
@@ -1,5 +1,6 @@
1
- stepuptools
1
+ setuptools
2
2
  numpy==2.4.2
3
+ pandas==2.3.3
3
4
  hkfdb
4
5
  pyarrow==23.0.0
5
6
  fastparquet
@@ -5,15 +5,16 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="plotguy",
8
- version="2.1",
8
+ version="2.1.2",
9
9
  author="Plotguy Team",
10
10
  author_email="plotguy.info@gmail.com",
11
11
  description="Plotguy",
12
12
  long_description=long_description,
13
13
  long_description_content_type="text/markdown",
14
14
  install_requires=[
15
- 'stepuptools',
15
+ 'setuptools',
16
16
  'numpy==2.4.2',
17
+ 'pandas==2.3.3',
17
18
  'hkfdb',
18
19
  'pyarrow==23.0.0',
19
20
  'fastparquet',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes