diff --git a/setup.py b/setup.py index 904a808..7ed6305 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='ttools', - version='0.1.7', + version='0.1.8', packages=find_packages(), install_requires=[ 'vectorbtpro', diff --git a/ttools/vbtutils.py b/ttools/vbtutils.py index b03d32c..d368ff7 100644 --- a/ttools/vbtutils.py +++ b/ttools/vbtutils.py @@ -20,8 +20,6 @@ def create_mask_from_window(series: Any, entry_window_opens:int, entry_window_cl use_cal : bool, default True If True, uses NYSE calendar to determine market hours for each day. Otherwise uses 9:30 to 16:00 constant. - TODO: test with series not covering whole main session - Returns ------- type of series