update
This commit is contained in:
2
setup.py
2
setup.py
@ -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',
|
||||
|
||||
@ -80,7 +80,7 @@ def trades2entries_exits(pf, notext=False):
|
||||
# 'Size': '',
|
||||
# 'Direction': '',
|
||||
'PnL': 'c',
|
||||
'Avg Entry Price': '',
|
||||
'Avg Exit Price': '',
|
||||
'Return': 'r:',
|
||||
'Stop Type': '',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user