-
Couldn't load subscription status.
- Fork 237
Open
Description
from lumibot.traders import Trader
from lumibot.brokers import Schwab
from config import SCHWAB_CONFIG
# importing the strategy class
from strategies.website import Website
trader = Trader()
broker2 = Schwab(SCHWAB_CONFIG)
strategy = Website(broker=broker2, parameters={})
trader.add_strategy(strategy)
trader.run_all()
will result in an error AttributeError: 'LumibotLogger' object has no attribute 'update_strategy_name'
Metadata
Metadata
Assignees
Labels
No labels