Traders

Trader

class lumibot.traders.trader.Trader(logfile='logs/logs.log', debug=False, strategies=None)

Bases: object

add_strategy(strategy)

Adds a strategy to the trader

property is_backtest
run_all()

run all strategies

run_all_async()

run all strategies

stop_all()