Hi, apologies for this basic question but I have been looking for the commands to sort this for 2 hours and can't find them.
What command do you need to use to get live pricing data in this context and what do you need to import? I am trying to create a risk free monthly moving average.
T_bill_monthly_MA = SimpleMovingAverage(inputs=daily T-bill pricing input here.pct_change()[1:]], window_length=21, mask=universe)