From 3afbf53368beed6924f1e0e70a7d3402a4af5ac6 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Thu, 24 Oct 2024 14:44:04 +0200 Subject: [PATCH] update --- setup.py | 2 +- ttools/vbtutils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2d7a0b2..37c9472 100644 --- a/setup.py +++ b/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', diff --git a/ttools/vbtutils.py b/ttools/vbtutils.py index 12ef7d3..2b2d35b 100644 --- a/ttools/vbtutils.py +++ b/ttools/vbtutils.py @@ -80,7 +80,7 @@ def trades2entries_exits(pf, notext=False): # 'Size': '', # 'Direction': '', 'PnL': 'c', - 'Avg Entry Price': '', + 'Avg Exit Price': '', 'Return': 'r:', 'Stop Type': '', }