I'm new to Quantopian and I've being playing around with some of the sample.
My question is similar to the one I posted in this thread (https://www.quantopian.com/posts/timed-restriction-on-re-buying-stock), I've been trying to get the schedule function working with this algorithm (as it might be a solution to my previous problem of having too many trades in a day), but I keep getting an error whenever I try to add a schedule.
I'm basically looking to have the algo run four times a day; at open, at close, 90 minutes after open and 90 minutes before close.
I'd really appreciate if someone could show me how to add that to this algo.
Thanks.