I am going through QSTK and in tutorials they use datetime.timedelta
I am curios what is the purpose of such command in stock related environment. I found some articles on what timedelta
is but clearly I am not grasping it since I am clueless what this means:
timeofday= datetime.timedelta(hours=16)
timestamps = du.getNYSEdays(startday,endday,timeofday)
What is a purpose of timedelta as an argument for QSTK or in general.