This commit is contained in:
David Brazda
2024-10-24 14:44:04 +02:00
parent 067b6d90e0
commit 3afbf53368
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='ttools',
version='0.4.0',
version='0.4.1',
packages=find_packages(),
install_requires=[
'vectorbtpro',

View File

@ -80,7 +80,7 @@ def trades2entries_exits(pf, notext=False):
# 'Size': '',
# 'Direction': '',
'PnL': 'c',
'Avg Entry Price': '',
'Avg Exit Price': '',
'Return': 'r:',
'Stop Type': '',
}