Hi Quantconnect,

I have try to run example "QCU How Do I Use End of Day Events?" from University.

But we can not Debug anything in :

"public override void OnEndOfDay()

{

Debug(Time.Date.ToShortDateString() + " End of Day Message: ");

}

"

Nothing to print in console with thi Function.

Could you please help me to check it.

Thanks :)

Author