Dear All,

I am studying Quantconnect shared code in Github, and I am stuck in this line.

I searched google and every document of Quantconnect, I could not find any explanation for what this function means.

my question is,

1) What is the output of "Time"

2) Would you please breakdown" Time.Multiply(Extensions.ToTimeSpan(Resolution.Daily), 0.25)" ??

It is so hard to guess for me since Research Jupyter notebook also does not spit any number.

It would be appreciated if someone breakdown this code for me.

Regards, 

Juhwan

Author