Hello everyone,
I'm still having the problem that I want to trigger an event every minute ten seconds after the minute begins as described in my other thread. As I'm unable to convert the C# version of a proper event scheduling to Python, I'd like to use the other option, running my method every ten seconds and then checking if it's the first ten seconds or not. I don't know how to correctly use the time object for this though. Something like
if self.Time.Second == 10
gives me an error saying there is no Second property.
Thank you in advance!
Kind regards,
Christian Lauer
Alexandre Catarino
Time object in python algorithms are datetime.datetime from python standard library.
For second property, you should use self.Time.second.
Christian Lauer
Hello Alexandre,
thank you for the quick reply. It's working now as it should.
Kind regards,
Christian Lauer
Christian Lauer
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!