Open
Description
tf_long = TimeFrame(datetime(2022, 3, 1, 12), datetime(2022, 3, 1, 13))
tf_a = BatchTimeFrame([tf_long])
tf_sub_a = TimeFrame(datetime(2022, 3, 1, 12, 30), datetime(2022, 3, 1, 12, 45))
tf_b = BatchTimeFrame([tf_sub_a])
print(tf_a - tf_b) #TypeError: Every iterable element should be a BaseTimeFrame
Metadata
Metadata
Assignees
Labels
No labels