HI,

i need to find all the expiry that are happening today.

I am confused which of the following to use,

 option.SetFilter(-7, 7, timedelta(0), timedelta(1))   or  option.SetFilter(-7, 7, timedelta(0), timedelta(0))

 

Author