Skip to content

Schwab broker broken? #873

@pursual

Description

@pursual
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions