What would be default resolution if I don't specify
def initialize_buyable_assets(self):
self.buyable_assets = {}
for item in self.trade_config:
symbol = item["Symbol"]
# if symbol and symbol.strip():
# self.buyable_assets[symbol] = self.algorithm.AddEquity(symbol, Resolution.Hour).Symbol
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!