Is it possible to schedule a function to run within before_trading_start? For example, say I want to run my function every Tuesday before the market opens? Natively doable? Or would I need to set up flags in context or some other indirect method, such as checking the day of the week within before_trading_start?