update
This commit is contained in:
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ttools',
|
name='ttools',
|
||||||
version='0.4.0',
|
version='0.4.1',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'vectorbtpro',
|
'vectorbtpro',
|
||||||
|
|||||||
@ -80,7 +80,7 @@ def trades2entries_exits(pf, notext=False):
|
|||||||
# 'Size': '',
|
# 'Size': '',
|
||||||
# 'Direction': '',
|
# 'Direction': '',
|
||||||
'PnL': 'c',
|
'PnL': 'c',
|
||||||
'Avg Entry Price': '',
|
'Avg Exit Price': '',
|
||||||
'Return': 'r:',
|
'Return': 'r:',
|
||||||
'Stop Type': '',
|
'Stop Type': '',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user