From 59d526b3e5ec5343eaaf315bd2216b497306f6eb Mon Sep 17 00:00:00 2001 From: David Brazda Date: Wed, 16 Oct 2024 20:36:39 +0200 Subject: [PATCH] fix --- setup.py | 2 +- ttools/vbtutils.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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