Hi,
Most of the calculations are done in before_trading_starts and I only need for this to run once a week. So this part slows the strategy down when it runs every day. That is I have to wait forever to get any kind of output.
Is it possible to set before_trading_starts to once a week? I only rebalance once a week.
Thanks.